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

Public Member Functions

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

Static Public Attributes

const int_cosize cDictEntry = 1
 
const int_cosize cKeyValuePair = 2
 

Properties

TValue Current [get]
 
ref TValue CurrentRef [get]
 
ref TKey Key [get]