ReadOnlySpanPairTFirst, TSecondItem1 Property
Gets the first value of the pair.
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public ReadOnlySpan<TFirst> Item1 { get; }
Public ReadOnly Property Item1 As ReadOnlySpan(Of TFirst)
Get
Dim instance As ReadOnlySpanPair
Dim value As ReadOnlySpan(Of TFirst)
value = instance.Item1
public:
property ReadOnlySpan<TFirst> Item1 {
ReadOnlySpan<TFirst> get ();
}
Property Value
ReadOnlySpanTFirst
The first
ReadOnlySpanT in the pair.