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