Sq3FileC - define the class … More...
Functions | |
new static Sq3FileC | cssq3lite.Sq3FileC.HandleResolve (Int32 netHdl) |
C#: → C-API Handle-Resolve-Slot - return a Sq3FileC from netHdl or null if invalid… | |
new Sq3FileC | cssq3lite.Sq3FileC.Next () |
C#: → C-API get next instance from linked-list of Sq3FileS type | |
new Sq3FileC | cssq3lite.Sq3FileC.Prev () |
C#: → C-API get previous instance from linked-list of Sq3FileS type | |
new static Sq3FileC | cssq3lite.Sq3FileC.Instances () |
C#: → C-API get head-instance from linked-list of Sq3FileS type … | |
new static Sq3FileC | cssq3lite.Sq3FileC.GetNull () |
C#: → C-API Null-Slot - return a Sq3FileC typed NULL instance … | |
Sq3FileC - define the class …
|
inlinestatic |
C#:
→ C-API [static] Sq3FileC Sq3FileC.GetNull()
Null-Slot - return a Sq3FileC typed NULL
instance …
Definition at line 139 of file Sq3FileC_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] Sq3FileC Sq3FileC.HandleResolve(Int32 netHdl)
Handle-Resolve-Slot - return a Sq3FileC from netHdl or null if invalid…
Definition at line 85 of file Sq3FileC_cs.cs.
|
inlinestatic |
C#:
→ C-API [static] Sq3FileC Sq3FileC.Instances()
get head-instance from linked-list of Sq3FileS type …
Definition at line 121 of file Sq3FileC_cs.cs.
|
inline |
C#:
→ C-API Sq3FileC file.Next()
get next instance from linked-list of Sq3FileS type
Definition at line 107 of file Sq3FileC_cs.cs.
|
inline |
C#:
→ C-API Sq3FileC file.Prev()
get previous instance from linked-list of Sq3FileS type
Definition at line 113 of file Sq3FileC_cs.cs.