Beef Corlib
Public Member Functions | Static Public Attributes | Properties | List of all members
System.Collections.Generic.Dictionary< TKey, TValue >.KeyEnumerator Struct Reference
Inheritance diagram for System.Collections.Generic.Dictionary< TKey, TValue >.KeyEnumerator:
System.Collections.Generic.IEnumerator< TKey > System.Collections.Generic.IResettable

Public Member Functions

 KeyEnumerator (Dictionary< TKey, TValue > dictionary)
 
bool MoveNext ()
 
void Dispose ()
 
void Reset ()
 
Result< TKey > GetNext ()
 
- Public Member Functions inherited from System.Collections.Generic.IEnumerator< TKey >
Result< T > GetNext ()
 

Static Public Attributes

const int_cosize DictEntry = 1
 
const int_cosize KeyValuePair = 2
 

Properties

TKey Current [get]
 
ref TValue Value [get]