NullableSpanT   Conversion (SpanT to NullableSpanT)

Implicitly converts a SpanT to a NullableSpanT.

Definition

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

Parameters

value  SpanT
The value that the NullableSpanT will contain.

Return Value

NullableSpanT
A NullableSpanT that contains the specified value.

See Also