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