NullableReadOnlySpanPair<TFirst, TSecond> Implicit  Conversion (ReadOnlySpanPair<TFirst, TSecond> to NullableReadOnlySpanPair<TFirst, TSecond>)

Definition

Namespace: Ookii.Common
Assembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
C#
public static implicit operator NullableReadOnlySpanPair<TFirst, TSecond> (
	ReadOnlySpanPair<TFirst, TSecond> value
)

Parameters

value  ReadOnlySpanPair<TFirst, TSecond>
The value that the NullableReadOnlySpanPair<TFirst, TSecond> will contain.

Return Value

NullableReadOnlySpanPair<TFirst, TSecond>
A NullableReadOnlySpanPair<TFirst, TSecond> that contains the specified value.

See Also