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

Public Member Functions

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

Properties

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

Private Attributes

readonly IEnumerator< KeyValuePair< TEnumeratorKey, TEnumeratorValue > > _e
 

Detailed Description

Definition at line 455 of file DictionaryWrapper.cs.


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