메소드 |
설명 |
|
Add ( String key, Object value ) : void |
|
|
Clear ( ) : void |
|
|
GetEnumerator ( ) : IEnumerator |
|
|
Remove ( String key ) : void |
|
|
Remove ( int index ) : void |
|
|
add ( cColumnInfo c, String key ) : cColumnInfo |
|
|
cColumnsInfo ( ) : System |
|
|
cColumnsInfo ( IDictionary d, System.Boolean bReadOnly ) : System |
|
|
clear ( ) : void |
|
|
count ( ) : int |
|
|
item ( String key ) : cColumnInfo |
|
|
item ( int index ) : cColumnInfo |
|
|
remove ( String key ) : void |
|
|
remove ( int index ) : void |
|
|
this ( int index ) : DictionaryEntry |
|
|
this ( String key ) : Object |
|
|