Method | Description | |
---|---|---|
Add ( String key, Object value ) : void | ||
Clear ( ) : void | ||
Remove ( String key ) : void | ||
Remove ( int index ) : void | ||
add ( |
||
cParameters ( ) : System | ||
cParameters ( IDictionary d, System.Boolean bReadOnly ) : System | ||
clear ( ) : void | ||
count ( ) : int | ||
item ( String key ) : |
||
item ( int index ) : |
||
remove ( String key ) : void | ||
remove ( int index ) : void | ||
this ( int index ) : |
||
this ( String key ) : Object |
public Add ( String key, Object value ) : void | ||
key | String | |
value | Object | |
return | void |
public add ( |
||
c | ||
key | String | |
return |
public cParameters ( IDictionary d, System.Boolean bReadOnly ) : System | ||
d | IDictionary | |
bReadOnly | System.Boolean | |
return | System |
public this ( int index ) : |
||
index | int | |
return |