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