Method | Description | |
---|---|---|
GetTypeId ( List |
Gets the type identifier (index) of "type" in "C". Returns 255 if "type" is not in "C"
|
|
Load ( |
Load a list from the specified Input.
|
|
Save ( |
Saves the "list" to "Output"
|
public static GetTypeId ( List |
||
C | List |
|
type | ||
return | byte |
public static Load ( |
||
Input | ||
return | IList |
public static Save ( |
||
Output | ||
seq | IList |
|
return | void |