MkErrorC - various functions to 'create' and 'delete' a MkErrorS … More...
Functions | |
MkErrorC | csmkkernel.MkErrorC.Dup () |
C#: → C-API Dup-Constructor - create a new MkErrorC instance as copy from an existing MkErrorC instance … | |
void | csmkkernel.MkErrorC.Copy (MkErrorC srce) |
C#: → C-API Copy-Constructor - sync an existing MkErrorC instance with the values from an existing MkErrorC instance … | |
MkErrorC - various functions to 'create' and 'delete' a MkErrorS …
|
inline |
C#:
→ C-API dest.Copy(MkErrorC srce)
Copy-Constructor - sync an existing MkErrorC instance with the values from an existing MkErrorC instance …
Definition at line 518 of file MkErrorC.cs.
|
inline |
C#:
→ C-API [constructor] MkErrorC srce.Dup()
Dup-Constructor - create a new MkErrorC instance as copy from an existing MkErrorC instance …
Definition at line 507 of file MkErrorC.cs.