Enhanced C#
Language of your choice: library documentation
Nested classes | Properties | Public Member Functions | List of all members
Loyc.Collections.ValueCollection< TKey, TValue > Class Template Reference

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...


Source file:
Inheritance diagram for Loyc.Collections.ValueCollection< TKey, TValue >:
Loyc.Collections.ICollectionAndReadOnly< TValue >

Remarks

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 ()