C# Class UnityRose.Formats.TIL

TIL class.
Afficher le fichier Open project: osROSE/UnityRose

Méthodes publiques

Méthode Description
Load ( string filePath ) : void

Loads the specified file.

Save ( ) : void

Saves the file.

Save ( string filePath ) : void

Saves the specified file path.

TIL ( ) : System.Text

Initializes a new instance of the TIL class.

TIL ( string filePath ) : System.Text

Initializes a new instance of the TIL class.

Method Details

Load() public méthode

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
Résultat void

Save() public méthode

Saves the file.
public Save ( ) : void
Résultat void

Save() public méthode

Saves the specified file path.
public Save ( string filePath ) : void
filePath string The file path.
Résultat void

TIL() public méthode

Initializes a new instance of the TIL class.
public TIL ( ) : System.Text
Résultat System.Text

TIL() public méthode

Initializes a new instance of the TIL class.
public TIL ( string filePath ) : System.Text
filePath string The file path.
Résultat System.Text