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

◆ this[int index]

JsonElement System.Text.Json.JsonElement.this[int index]
get

Definition at line 172 of file JsonElement.cs.

173 {
174 get
175 {
178 }
179 }
JsonElement GetArrayIndexElement(int currentIndex, int arrayIndex)
readonly JsonDocument _parent