Method |
Description |
|
Add ( String key, Object value ) : void |
|
|
Clear ( ) : void |
|
|
Remove ( String key ) : void |
|
|
Remove ( int index ) : void |
|
|
add ( String name ) : cReportFormula |
|
|
add2 ( cReportFormula formula, String name ) : void |
|
|
cReportFormulas ( ) : System |
|
|
cReportFormulas ( IDictionary d, System.Boolean bReadOnly ) : System |
|
|
clear ( ) : void |
|
|
count ( ) : int |
|
|
item ( String key ) : cReportFormula |
|
|
item ( int index ) : cReportFormula |
|
|
remove ( String key ) : void |
|
|
remove ( int index ) : void |
|
|
this ( int index ) : DictionaryEntry |
|
|
this ( String key ) : Object |
|
|