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.ValueCollection< TKey, TValue >.Enumerator Struct Reference

Return type of GetEnumerator(). More...


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

Remarks

Return type of GetEnumerator().

Public fields

IEnumerator< KeyValuePair
< TKey, TValue > > 
host_enumerator
 

Properties

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

Public Member Functions

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