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