Method | Description | |
---|---|---|
Add ( String key, Object value ) : void | ||
Clear ( ) : void | ||
Remove ( String key ) : void | ||
Remove ( int index ) : void | ||
cReportVariables ( ) : System | ||
cReportVariables ( 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 |
Method | Description | |
---|---|---|
add ( |
public Add ( String key, Object value ) : void | ||
key | String | |
value | Object | |
return | void |
public cReportVariables ( IDictionary d, System.Boolean bReadOnly ) : System | ||
d | IDictionary | |
bReadOnly | System.Boolean | |
return | System |
public this ( int index ) : |
||
index | int | |
return |