NullableSpan<T> Explicit  Conversion (NullableSpan<T> to Span<T>)

Explicitly converts a NullableSpan<T> to a Span<T>.

Definition

Namespace: Ookii.Common
Assembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
C#
public static explicit operator Span<T> (
	NullableSpan<T> value
)

Parameters

value  NullableSpan<T>
The NullableSpan<T> to convert.

Return Value

Span<T>
The value of the Value property.

Exceptions

See Also