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