NullableReadOnlySpan<T> Explicit  Conversion (NullableReadOnlySpan<T> to ReadOnlySpan<T>)

Explicitly converts a NullableReadOnlySpan<T> to a ReadOnlySpan<T>.

Definition

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

Parameters

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

Return Value

ReadOnlySpan<T>
The value of the Value property.

Exceptions

See Also