C# Класс UnityRose.Formats.TIL

TIL class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Load() публичный Метод

Loads the specified file.
public Load ( string filePath ) : void
filePath string The file path.
Результат void

Save() публичный Метод

Saves the file.
public Save ( ) : void
Результат void

Save() публичный Метод

Saves the specified file path.
public Save ( string filePath ) : void
filePath string The file path.
Результат void

TIL() публичный Метод

Initializes a new instance of the TIL class.
public TIL ( ) : System.Text
Результат System.Text

TIL() публичный Метод

Initializes a new instance of the TIL class.
public TIL ( string filePath ) : System.Text
filePath string The file path.
Результат System.Text