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