value property

T? value

The value of the key.

Implementation

T? get value;
void value=(T? value)

Sets the value of the key.

Implementation

set value(T? value);