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
Public fields | Properties | Public Member Functions | List of all members
Loyc.Collections.KeyCollection< TKey, TValue >.Enumerator Struct Reference

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

Public fields

IEnumerator< KeyValuePair
< TKey, TValue > > 
host_enumerator
 

Properties

TKey Current [get]
 
object IEnumerator. Current [get]
 
- Properties inherited from Loyc.Collections.KeyCollection< TKey, TValue >
int Count [get]
 

Public Member Functions

void Dispose ()
 
bool MoveNext ()
 
void IEnumerator. Reset ()
 
- Public Member Functions inherited from Loyc.Collections.KeyCollection< TKey, TValue >
 KeyCollection (IReadOnlyDictionary< TKey, TValue > dictionary)
 
void CopyTo (TKey[] array, int index)
 
Enumerator GetEnumerator ()