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.Concurrent.ConcurrentDictionary< TKey, TValue >.DictionaryEnumerator Class Referencesealed
+ Inheritance diagram for System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.DictionaryEnumerator:
+ Collaboration diagram for System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.DictionaryEnumerator:

Public Member Functions

bool MoveNext ()
 
void Reset ()
 

Package Functions

 DictionaryEnumerator (ConcurrentDictionary< TKey, TValue > dictionary)
 

Properties

DictionaryEntry Entry [get, set]
 
object Key [get, set]
 
object Value [get, set]
 
object Current [get, set]
 

Private Attributes

global::System.Collections.Generic.IEnumerator< global::System.Collections.Generic.KeyValuePair< TKey, TValue > > _enumerator
 

Detailed Description

Definition at line 943 of file ConcurrentDictionary.cs.


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