메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetIndexOfParameter ( string key ) : int | ||
this ( int index ) : |
public AddParameter ( string key, object value, |
||
key | string | |
value | object | |
type | ||
리턴 | void |
public AddParameter ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |