|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 13 of file JsonElement.cs.