C# 클래스 NSoft.NFramework.Nini.Ini.IniSection

파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
Contains ( string key ) : bool
GetItem ( int index ) : IniItem
GetKeys ( ) : string[]
GetValue ( string key ) : string
IniSection ( string name, string comment = null ) : System.Collections
Remove ( string key ) : void
Set ( ) : void
Set ( string comment ) : void
Set ( string key, string value, string comment = null ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( string key ) : bool
key string
리턴 bool

GetItem() 공개 메소드

public GetItem ( int index ) : IniItem
index int
리턴 IniItem

GetKeys() 공개 메소드

public GetKeys ( ) : string[]
리턴 string[]

GetValue() 공개 메소드

public GetValue ( string key ) : string
key string
리턴 string

IniSection() 공개 메소드

public IniSection ( string name, string comment = null ) : System.Collections
name string
comment string
리턴 System.Collections

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

Set() 공개 메소드

public Set ( ) : void
리턴 void

Set() 공개 메소드

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

Set() 공개 메소드

public Set ( string key, string value, string comment = null ) : void
key string
value string
comment string
리턴 void