Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Generic.Dictionary< TKey, TValue >.Enumerator Struct Reference

Public Member Functions

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

Package Functions

 Enumerator (Dictionary< TKey, TValue > dictionary, int getEnumeratorRetType)
 

Properties

KeyValuePair< TKey, TValue > Current [get]
 
object? IEnumerator. Current [get]
 
DictionaryEntry IDictionaryEnumerator. Entry [get]
 
object IDictionaryEnumerator. Key [get]
 
object? IDictionaryEnumerator. Value [get]
 

Private Attributes

readonly Dictionary< TKey, TValue > _dictionary
 
readonly int _version
 
int _index
 
KeyValuePair< TKey, TValue > _current
 
readonly int _getEnumeratorRetType
 

Detailed Description

Definition at line 136 of file Dictionary.cs.


The documentation for this struct was generated from the following file: