This type represents a value which cannot be null by its contracts.
Disable default construction for Some!T types.
Construct this object by wrapping a given value.
Implicitly convert Some!T objects to T.
Assign another value to this object.
Get the value from this object.
See Implementation
This type represents a value which cannot be null by its contracts.