NullableSpan<T> Constructor
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public NullableSpan(
Span<T> value
)
Public Sub New (
value As Span(Of T)
)
Dim value As Span(Of T)
Dim instance As New NullableSpan(value)
public:
NullableSpan(
Span<T> value
)
Parameters
- value Span<T>
- The value that the structure will contain.