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