value property
T
get
value
Get the current value
Implementation
T get value;
set
value
(T newValue)
Set to a new value
Implementation
set value(T newValue);