NullableReadOnlySpanPairTFirst, TSecondUnzip Method
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public void Unzip(
out NullableReadOnlySpan<TFirst> first,
out NullableReadOnlySpan<TSecond> second
)
Public Sub Unzip (
<OutAttribute> ByRef first As NullableReadOnlySpan(Of TFirst),
<OutAttribute> ByRef second As NullableReadOnlySpan(Of TSecond)
)
Dim instance As NullableReadOnlySpanPair
Dim first As NullableReadOnlySpan(Of TFirst)
Dim second As NullableReadOnlySpan(Of TSecond)
instance.Unzip(first, second)
public:
void Unzip(
[OutAttribute] NullableReadOnlySpan<TFirst>% first,
[OutAttribute] NullableReadOnlySpan<TSecond>% second
)
Parameters
- first NullableReadOnlySpanTFirst
-
If HasValue is , receives the first value, otherwise
an empty NullableReadOnlySpanT.
- second NullableReadOnlySpanTSecond
-
If HasValue is , receives the second value, otherwise
an empty NullableReadOnlySpanT.