C# 클래스 Alexandria.IniFileSetting

A setting within an IniFileSection.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
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