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

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

공개 메소드들

메소드 설명
GetName ( ) : string
GetValue ( ) : string
SetName ( string sKey ) : bool
SetValue ( string sValue ) : void

보호된 메소드들

메소드 설명
IniKey ( IniSection parent, string sKey ) : System

메소드 상세

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetValue() 공개 메소드

public GetValue ( ) : string
리턴 string

IniKey() 보호된 메소드

protected IniKey ( IniSection parent, string sKey ) : System
parent IniSection
sKey string
리턴 System

SetName() 공개 메소드

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

SetValue() 공개 메소드

public SetValue ( string sValue ) : void
sValue string
리턴 void