This is used for optional parameters of class Box_UnsignedShort with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Box_UnsignedShort. Usage:
More...
Public Member Functions | |
| _InOptMut_Box_UnsignedShort (Box_UnsignedShort value) | |
Static Public Member Functions | |
| static implicit | operator _InOptMut_Box_UnsignedShort (Box_UnsignedShort value) |
Public Attributes | |
| Box_UnsignedShort? | Opt |
This is used for optional parameters of class Box_UnsignedShort with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Box_UnsignedShort. Usage:
null to use the default argument.new() to pass no object.Box_UnsignedShort/Const_Box_UnsignedShort directly.