value property
T
get
value
A getter that returns the value if the operation was successful, or throws a ResultException if it wasn't.
Implementation
T get value;
A getter that returns the value if the operation was successful, or throws a ResultException if it wasn't.
T get value;