Enhanced C#
Language of your choice: library documentation
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:

Remarks

Return type of GetEnumerator().

Public fields

IEnumerator< KeyValuePair< TKey, TValue > > host_enumerator
 

Properties

TValue Current [get]
 
object IEnumerator. Current [get]
 

Public Member Functions

void Dispose ()
 
bool MoveNext ()
 
void IEnumerator. Reset ()