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