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

Show file Open project: marlkiller/Orcus-1.9.1-crack

Public Methods

Method Description
AddKey ( string sKey ) : IniKey
GetKey ( string sKey ) : IniKey
GetName ( ) : string
RemoveAllKeys ( ) : bool
RemoveKey ( IniKey key ) : bool
RemoveKey ( string sKey ) : bool
SetName ( string sSection ) : bool

Protected Methods

Method Description
IniSection ( IniFile parent, string sSection ) : System

Method Details

AddKey() public method

public AddKey ( string sKey ) : IniKey
sKey string
return IniKey

GetKey() public method

public GetKey ( string sKey ) : IniKey
sKey string
return IniKey

GetName() public method

public GetName ( ) : string
return string

IniSection() protected method

protected IniSection ( IniFile parent, string sSection ) : System
parent IniFile
sSection string
return System

RemoveAllKeys() public method

public RemoveAllKeys ( ) : bool
return bool

RemoveKey() public method

public RemoveKey ( IniKey key ) : bool
key IniKey
return bool

RemoveKey() public method

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

SetName() public method

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