Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Current [1/2]

JsonElement System.Text.Json.JsonElement.ArrayEnumerator.Current
get

Implements System.Collections.Generic.IEnumerator< out T >.

Definition at line 21 of file JsonElement.cs.

22 {
23 get
24 {
25 if (_curIdx < 0)
26 {
27 return default(JsonElement);
28 }
30 }
31 }
readonly JsonDocument _parent
JsonElement(JsonDocument parent, int idx)