Method | Description | |
---|---|---|
IFO ( ) : System.Collections.Generic |
Initializes a new instance of the IFO class.
|
|
IFO ( string filePath ) : System.Collections.Generic |
Initializes a new instance of the IFO class.
|
|
Load ( string filePath ) : void |
Loads the specified file.
|
|
Save ( ) : void |
Saves the file.
|
|
Save ( string filePath ) : void |
Saves the specified file path.
|
public IFO ( string filePath ) : System.Collections.Generic | ||
filePath | string | The file path. |
return | System.Collections.Generic |
public Load ( string filePath ) : void | ||
filePath | string | The file path. |
return | void |
public Save ( string filePath ) : void | ||
filePath | string | The file path. |
return | void |