This is used for optional parameters of class Box_GraphEdgeId with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_GraphEdgeId. Usage:
More...
Public Member Functions | |
| _InOptMut_GraphEdgeId (Box_GraphEdgeId value) | |
| unsafe | _InOptMut_GraphEdgeId (ref GraphEdgeId value) |
Static Public Member Functions | |
| static implicit | operator _InOptMut_GraphEdgeId (Box_GraphEdgeId value) |
Public Attributes | |
| Box_GraphEdgeId? | Opt |
This is used for optional parameters of class Box_GraphEdgeId with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_GraphEdgeId. Usage:
null to use the default argument.new() to pass no object.Box_GraphEdgeId/ConstBox_GraphEdgeId directly.new(ref ...) to pass a reference to GraphEdgeId.