public readonly ref struct NullableSpan<T>
Public Structure NullableSpan(Of T)
Dim instance As NullableSpan(Of T)
generic<typename T>
public value class NullableSpan
NullableSpanT | Initializes a new instance of the NullableSpanT structure. |
HasValue | Gets a value that indicates whether this instance contains a value. |
Value | Gets the contained value. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetValueOrDefault | Returns the contained value, or the specified default value if there is no value. |
GetValueOrElse | Returns the contained value, or the value returned by the specified function if there is no value. |
MapTResult(NullableSpanTMapClassFuncTResult) | Maps a NullableSpanT to another value by applying a function to the contained value, or returns an empty value if there is no value. |
MapTResult(NullableSpanTMapReadOnlyFuncTResult) | Maps a NullableSpanT to another value by applying a function to the contained value, or returns an empty value if there is no value. |
MapTResult(NullableSpanTMapSpanFuncTResult) | Maps a NullableSpanT to another value by applying a function to the contained value, or returns an empty value if there is no value. |
MapTResult(NullableSpanTMapStructFuncTResult) | Maps a NullableSpanT to another value by applying a function to the contained value, or returns an empty value if there is no value. |
ToString |
Returns a string that represents the current NullableSpanT.
(Overrides ValueTypeToString) |
TryGetValue | Gets the contained value. |
Equality(NullableSpanT, NullableSpanT) | Compares two NullableReadOnlySpanT instances for equality. |
(NullableSpanT to SpanT) | Explicitly converts a NullableSpanT to a SpanT. |
(SpanT to NullableSpanT) | Implicitly converts a SpanT to a NullableSpanT. |
Inequality(NullableSpanT, NullableSpanT) | Compares two NullableReadOnlySpanT instances for inequality. |