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