NullableReadOnlySpanPairTFirst, TSecond Conversion (ReadOnlySpanPairTFirst, TSecond to NullableReadOnlySpanPairTFirst, TSecond)
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public static implicit operator NullableReadOnlySpanPair<TFirst, TSecond> (
ReadOnlySpanPair<TFirst, TSecond> value
)
Public Shared Widening Operator CType (
value As ReadOnlySpanPair(Of TFirst, TSecond)
) As NullableReadOnlySpanPair(Of TFirst, TSecond)
Dim input As ReadOnlySpanPair(Of TFirst, TSecond)
Dim output As NullableReadOnlySpanPair(Of TFirst, TSecond)
output = CType(input, NullableReadOnlySpanPair(Of TFirst, TSecond))
static implicit operator NullableReadOnlySpanPair<TFirst, TSecond> (
ReadOnlySpanPair<TFirst, TSecond> value
)
- value ReadOnlySpanPairTFirst, TSecond
- The value that the NullableReadOnlySpanPairTFirst, TSecond will contain.
NullableReadOnlySpanPairTFirst,
TSecondA
NullableReadOnlySpanPairTFirst, TSecond that contains the specified value.