Method | Description | |
---|---|---|
AddParameter ( string key ) : void | ||
AddParameter ( string key, object value, |
||
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, |
||
this ( string key ) : string |
Method | Description | |
---|---|---|
GetIndexOfParameter ( string key ) : int | ||
this ( int index ) : |
public AddParameter ( string key, object value, |
||
key | string | |
value | object | |
type | ||
return | void |
public AddParameter ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public ContainsParameter ( string key ) : bool | ||
key | string | |
return | bool |
public IniGroup ( string groupName ) : System | ||
groupName | string | |
return | System |
public this ( string key, |
||
key | string | |
type | ||
return | object |