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