ReadOnlyValuePairTValueValue2 Property
Gets the second value.
Namespace: DevCase.Runtime.CollectionsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public TValue Value2 { get; }
Public ReadOnly Property Value2 As TValue
Get
Dim instance As ReadOnlyValuePair
Dim value As TValue
value = instance.Value2
public:
property TValue Value2 {
TValue get ();
}
member Value2 : 'TValue with get
No code example is currently available or this language may not be supported.
Property Value
TValue
The second value.