NullableReadOnlySpanTHasValue Property
Gets a value that indicates whether this instance contains a value.
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public bool HasValue { get; }
Public ReadOnly Property HasValue As Boolean
Get
Dim instance As NullableReadOnlySpan
Dim value As Boolean
value = instance.HasValue
public:
property bool HasValue {
bool get ();
}
Property Value
Boolean if this instance contains a value; otherwise,
.