ReadOnlyValuePairTValue1, TValue2Value2 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 TValue2 Value2 { get; }
Public ReadOnly Property Value2 As TValue2
Get
Dim instance As ReadOnlyValuePair
Dim value As TValue2
value = instance.Value2
public:
property TValue2 Value2 {
TValue2 get ();
}
member Value2 : 'TValue2 with get
No code example is currently available or this language may not be supported.
Property Value
TValue2
The second value.