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
Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >.DictionaryEnumerator< TEnumeratorKey, TEnumeratorValue > Struct Template Reference
+ Inheritance diagram for Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >.DictionaryEnumerator< TEnumeratorKey, TEnumeratorValue >:

Public Member Functions

 DictionaryEnumerator (IEnumerator< KeyValuePair< TEnumeratorKey, TEnumeratorValue > > e)
 
bool MoveNext ()
 
void Reset ()
 
void Dispose ()
 

Properties

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

Private Attributes

readonly IEnumerator< KeyValuePair< TEnumeratorKey, TEnumeratorValue > > _e
 

Detailed Description

Definition at line 693 of file DictionaryWrapper.cs.


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