NullableReadOnlySpanT   Conversion (NullableSpanT to NullableReadOnlySpanT)

Implicitly converts a NullableSpanT to a NullableReadOnlySpanT.

Definition

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

Parameters

value  NullableSpanT
The value that the NullableReadOnlySpanT will contain.

Return Value

NullableReadOnlySpanT
A NullableReadOnlySpanT that contains the specified value.

See Also