ReadOnlySpanPairTFirst, TSecond Structure
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public readonly ref struct ReadOnlySpanPair<TFirst, TSecond>
Public Structure ReadOnlySpanPair(Of TFirst, TSecond)
Dim instance As ReadOnlySpanPair(Of TFirst, TSecond)
generic<typename TFirst, typename TSecond>
public value class ReadOnlySpanPair
- Inheritance
- Object ValueType ReadOnlySpanPairTFirst, TSecond
Type Parameters
- TFirst
-
The type of the items in the first ReadOnlySpanT.
- TSecond
-
The type of the items in the second ReadOnlySpanT.
Item1 |
Gets the first value of the pair.
|
Item2 |
Gets the second value of the pair.
|
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.