C# 클래스 Orcus.Server.Core.Config.IniFile.IniSection

파일 보기 프로젝트 열기: marlkiller/Orcus-1.9.1-crack

공개 메소드들

메소드 설명
AddKey ( string sKey ) : IniKey
GetKey ( string sKey ) : IniKey
GetName ( ) : string
RemoveAllKeys ( ) : bool
RemoveKey ( IniKey key ) : bool
RemoveKey ( string sKey ) : bool
SetName ( string sSection ) : bool

보호된 메소드들

메소드 설명
IniSection ( IniFile parent, string sSection ) : System

메소드 상세

AddKey() 공개 메소드

public AddKey ( string sKey ) : IniKey
sKey string
리턴 IniKey

GetKey() 공개 메소드

public GetKey ( string sKey ) : IniKey
sKey string
리턴 IniKey

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

IniSection() 보호된 메소드

protected IniSection ( IniFile parent, string sSection ) : System
parent IniFile
sSection string
리턴 System

RemoveAllKeys() 공개 메소드

public RemoveAllKeys ( ) : bool
리턴 bool

RemoveKey() 공개 메소드

public RemoveKey ( IniKey key ) : bool
key IniKey
리턴 bool

RemoveKey() 공개 메소드

public RemoveKey ( string sKey ) : bool
sKey string
리턴 bool

SetName() 공개 메소드

public SetName ( string sSection ) : bool
sSection string
리턴 bool