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