terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Collections.Generic.Dictionary< TKey, TValue >.Enumerator Struct Reference
+ Inheritance diagram for System.Collections.Generic.Dictionary< TKey, TValue >.Enumerator:
+ Collaboration diagram for System.Collections.Generic.Dictionary< TKey, TValue >.Enumerator:

Public Member Functions

bool MoveNext ()
 
void Dispose ()
 

Package Functions

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

Properties

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

Private Member Functions

void System.Collections.IEnumerator. Reset ()
 

Private Attributes

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

Detailed Description

Definition at line 808 of file Dictionary.cs.


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