NullableReadOnlySpanPairTFirst, TSecondTryGetValue(ReadOnlySpanPairTFirst, TSecond) Method
Gets the contained value.
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public bool TryGetValue(
out ReadOnlySpanPair<TFirst, TSecond> value
)
Public Function TryGetValue (
<OutAttribute> ByRef value As ReadOnlySpanPair(Of TFirst, TSecond)
) As Boolean
Dim instance As NullableReadOnlySpanPair
Dim value As ReadOnlySpanPair(Of TFirst, TSecond)
Dim returnValue As Boolean
returnValue = instance.TryGetValue(value)
public:
bool TryGetValue(
[OutAttribute] ReadOnlySpanPair<TFirst, TSecond>% value
)
- value ReadOnlySpanPairTFirst, TSecond
-
When this method returns, if the HasValue property is ,
contains the value of the Value property; otherwise, an empty
ReadOnlySpanPairTFirst, TSecond.
Boolean
The value of the
HasValue property.