Enhanced C#
Language of your choice: library documentation
|
Adapter: this is a read-only collection of Keys read from a generic IDictionary. It is a modified version of Dictionary{TKey, TValue}.KeyCollection from the Mono project, changed to use IDictionary instead of Dictionary. More...
Adapter: this is a read-only collection of Keys read from a generic IDictionary. It is a modified version of Dictionary{TKey, TValue}.KeyCollection from the Mono project, changed to use IDictionary instead of Dictionary.
Nested classes | |
struct | Enumerator |
Properties | |
int | Count [get] |
Public Member Functions | |
KeyCollection (IReadOnlyDictionary< TKey, TValue > dictionary) | |
void | CopyTo (TKey[] array, int index) |
Enumerator | GetEnumerator () |