C# 클래스 Pluton.IniParser.IniSection

파일 보기 프로젝트 열기: Notulp/Pluton

공개 프로퍼티들

프로퍼티 타입 설명
Comments List
SectionName string
Settings IniSetting>.Dictionary

공개 메소드들

메소드 설명
AddComment ( string comment ) : void
AddSetting ( string setting, string value ) : void
ClearComments ( ) : void
IniSection ( string name ) : System
IniSection ( string name, IEnumerable comments ) : System
RemoveComment ( string comment ) : void
ToString ( ) : string
this ( string index ) : string

메소드 상세

AddComment() 공개 메소드

public AddComment ( string comment ) : void
comment string
리턴 void

AddSetting() 공개 메소드

public AddSetting ( string setting, string value ) : void
setting string
value string
리턴 void

ClearComments() 공개 메소드

public ClearComments ( ) : void
리턴 void

IniSection() 공개 메소드

public IniSection ( string name ) : System
name string
리턴 System

IniSection() 공개 메소드

public IniSection ( string name, IEnumerable comments ) : System
name string
comments IEnumerable
리턴 System

RemoveComment() 공개 메소드

public RemoveComment ( string comment ) : void
comment string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string index ) : string
index string
리턴 string

프로퍼티 상세

Comments 공개적으로 프로퍼티

public List Comments
리턴 List

SectionName 공개적으로 프로퍼티

public string SectionName
리턴 string

Settings 공개적으로 프로퍼티

public Dictionary Settings
리턴 IniSetting>.Dictionary