Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Nested classes | Properties | Public Member Functions | List of all members
Loyc.Collections.KeyCollection< TKey, TValue > Class Template Reference

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


Source file:
Inheritance diagram for Loyc.Collections.KeyCollection< TKey, TValue >:
Loyc.Collections.KeyCollection< TKey, TValue >.Enumerator Loyc.Collections.KeyCollection< TKey, TValue >.Enumerator Loyc.Collections.KeyCollection< TKey, TValue >.Enumerator

Remarks

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