IOptionalValue<T>¶
Namespace:
SideXP.Core| Inherits from:IOptionalValue
Represents a value that may be used or not given a boolean.
Type parameters
T: The type of this value.
Properties¶
Value¶
Gets the value itself.