C# Class Orcus.Server.Core.Config.IniFile.IniSection.IniKey

显示文件 Open project: marlkiller/Orcus-1.9.1-crack

Public Methods

Method Description
GetName ( ) : string
GetValue ( ) : string
SetName ( string sKey ) : bool
SetValue ( string sValue ) : void

Protected Methods

Method Description
IniKey ( IniSection parent, string sKey ) : System

Method Details

GetName() public method

public GetName ( ) : string
return string

GetValue() public method

public GetValue ( ) : string
return string

IniKey() protected method

protected IniKey ( IniSection parent, string sKey ) : System
parent IniSection
sKey string
return System

SetName() public method

public SetName ( string sKey ) : bool
sKey string
return bool

SetValue() public method

public SetValue ( string sValue ) : void
sValue string
return void