Метод | Описание | |
---|---|---|
LIT ( ) : System.Collections.Generic |
Initializes a new instance of the LIT class.
|
|
LIT ( string filePath ) : System.Collections.Generic |
Initializes a new instance of the LIT class.
|
|
Load ( string filePath ) : void |
Loads the specified file.
|
|
Save ( ) : void |
Saves the file.
|
|
Save ( string filePath ) : void |
Saves the specified file.
|
|
SearchObject ( int id ) : int |
Searches for the object.
|
|
SearchPart ( int objectID, int id ) : int |
Searches the part.
|
public LIT ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public LIT ( string filePath ) : System.Collections.Generic | ||
filePath | string | The file path. |
Результат | System.Collections.Generic |
public Load ( string filePath ) : void | ||
filePath | string | The file path. |
Результат | void |
public Save ( string filePath ) : void | ||
filePath | string | The file path. |
Результат | void |
public SearchPart ( int objectID, int id ) : int | ||
objectID | int | The object ID. |
id | int | The id. |
Результат | int |