C# Класс Alexandria.IniFileSetting

A setting within an IniFileSection.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
IniFileSetting ( IniFileSection section, string name, string value ) : System

Initialise the setting.

Remove ( ) : void

Remove this setting from the section.

ToString ( ) : string

Convert to a string of the form "[Section].Name = Value".

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

IniFileSetting() публичный метод

Initialise the setting.
public IniFileSetting ( IniFileSection section, string name, string value ) : System
section IniFileSection
name string
value string
Результат System

Remove() публичный метод

Remove this setting from the section.
public Remove ( ) : void
Результат void

ToString() публичный метод

Convert to a string of the form "[Section].Name = Value".
public ToString ( ) : string
Результат string