public Span<T> Value { get; }
Public ReadOnly Property Value As Span(Of T) Get Dim instance As NullableSpan Dim value As Span(Of T) value = instance.Value
public: property Span<T> Value { Span<T> get (); }
In This Article