Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.JsonElement.ObjectEnumerator Struct Reference

Public Member Functions

ObjectEnumerator GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
IEnumerator< JsonProperty > IEnumerable< JsonProperty >. GetEnumerator ()
 
void Dispose ()
 
void Reset ()
 
bool MoveNext ()
 

Package Functions

 ObjectEnumerator (JsonElement target)
 

Properties

JsonProperty Current [get]
 
object IEnumerator. Current [get]
 

Private Attributes

readonly JsonElement _target
 
int _curIdx
 
readonly int _endIdxOrVersion
 

Detailed Description

Definition at line 88 of file JsonElement.cs.


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