NullableReadOnlySpanPairTFirst, TSecondValue Property
Gets the contained value.
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public ReadOnlySpanPair<TFirst, TSecond> Value { get; }
Public ReadOnly Property Value As ReadOnlySpanPair(Of TFirst, TSecond)
Get
Dim instance As NullableReadOnlySpanPair
Dim value As ReadOnlySpanPair(Of TFirst, TSecond)
value = instance.Value
public:
property ReadOnlySpanPair<TFirst, TSecond> Value {
ReadOnlySpanPair<TFirst, TSecond> get ();
}
Property Value
ReadOnlySpanPairTFirst,
TSecond
The contained
ReadOnlySpanPairTFirst, TSecond.