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

Public Member Functions

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

Public Attributes

TKey key
 

Static Public Attributes

const int_cosize DictEntry = 1
 
const int_cosize KeyValuePair = 2
 

Properties

ref TKey Key [get]
 
ref TValue Value [get]
 
TKey TValue value Current [get]