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