value property

T get value

Gets the value of the property

Implementation

T get value;
set value (T value)

Sets the value of the property

Implementation

set value(T value);