Method |
Description |
|
Add ( string name, Foo value ) : void |
|
|
Clear ( ) : void |
|
|
GetAllKeys ( ) : string[] |
|
|
GetAllValues ( ) : object[] |
|
|
GetAllValues ( Type type ) : object[] |
|
|
GetKey ( int index ) : string |
|
|
HasKeys ( ) : bool |
|
|
MyNameObjectCollection ( ) |
|
|
MyNameObjectCollection ( IEqualityComparer comparer ) |
|
|
MyNameObjectCollection ( IHashCodeProvider hashProvider, IComparer comparer ) |
|
|
MyNameObjectCollection ( int capacity ) |
|
|
MyNameObjectCollection ( int capacity, IEqualityComparer comparer ) |
|
|
MyNameObjectCollection ( int capacity, IHashCodeProvider hashProvider, IComparer comparer ) |
|
|
Remove ( string name ) : void |
|
|
RemoveAt ( int index ) : void |
|
|
this ( int index ) : Foo |
|
|
this ( string name ) : Foo |
|
|