value property

T value

The value this reference points to.

Implementation

T get value;
void value=(T value)

Implementation

set value(T value);