C# Class SLWModLoader.IniGroup

显示文件 Open project: Radfordhound/SLW-Mod-Loader Class Usage Examples

Public Methods

Method Description
AddParameter ( string key ) : void
AddParameter ( string key, object value, Type type ) : void
AddParameter ( string key, string value ) : void
Clear ( ) : void
ContainsParameter ( string key ) : bool
IniGroup ( ) : System
IniGroup ( string groupName ) : System
RemoveParameter ( string key ) : void
this ( string key, Type type ) : object
this ( string key ) : string

Private Methods

Method Description
GetIndexOfParameter ( string key ) : int
this ( int index ) : IniParameter

Method Details

AddParameter() public method

public AddParameter ( string key ) : void
key string
return void

AddParameter() public method

public AddParameter ( string key, object value, Type type ) : void
key string
value object
type System.Type
return void

AddParameter() public method

public AddParameter ( string key, string value ) : void
key string
value string
return void

Clear() public method

public Clear ( ) : void
return void

ContainsParameter() public method

public ContainsParameter ( string key ) : bool
key string
return bool

IniGroup() public method

public IniGroup ( ) : System
return System

IniGroup() public method

public IniGroup ( string groupName ) : System
groupName string
return System

RemoveParameter() public method

public RemoveParameter ( string key ) : void
key string
return void

this() public method

public this ( string key, Type type ) : object
key string
type System.Type
return object

this() public method

public this ( string key ) : string
key string
return string