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