terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.DictionaryEnumerator Class Referencesealed
+ Inheritance 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]
 
object Key [get]
 
object Value [get]
 
object Current [get]
 

Private Attributes

IEnumerator< KeyValuePair< TKey, TValue > > _enumerator
 

Detailed Description

Definition at line 808 of file ConcurrentDictionary.cs.


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