value property
T?
get
value
Gets the current value.
Implementation
T? get value;
set
value
(T? value)
Sets the current value.
Implementation
set value(T? value);