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

Public Member Functions

ArrayEnumerator GetEnumerator ()
 
IEnumerator IEnumerable. GetEnumerator ()
 
IEnumerator< JsonElement > IEnumerable< JsonElement >. GetEnumerator ()
 
void Dispose ()
 
void Reset ()
 
bool MoveNext ()
 

Package Functions

 ArrayEnumerator (JsonElement target)
 

Properties

JsonElement Current [get]
 
object IEnumerator. Current [get]
 

Private Attributes

readonly JsonElement _target
 
int _curIdx
 
readonly int _endIdxOrVersion
 

Detailed Description

Definition at line 13 of file JsonElement.cs.


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