|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Newtonsoft.Json.Linq.JProperty.JPropertyList:
Collaboration diagram for Newtonsoft.Json.Linq.JProperty.JPropertyList:Public Member Functions | |
| IEnumerator< JToken > | GetEnumerator () |
| void | Add (JToken item) |
| void | Clear () |
| bool | Contains (JToken item) |
| void | CopyTo (JToken[] array, int arrayIndex) |
| bool | Remove (JToken item) |
| int | IndexOf (JToken item) |
| void | Insert (int index, JToken item) |
| void | RemoveAt (int index) |
| JPropertyList () | |
| int | IndexOf (T item) |
| void | Insert (int index, T item) |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Package Attributes | |
| JToken | _token |
Properties | |
| int | Count [get, set] |
| bool | IsReadOnly [get, set] |
| JToken | this[int index] [get, set] |
| class< GetEnumerator > | IEnumerator [set] |
Private Member Functions | |
| IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
Private Attributes | |
| class< GetEnumerator > | d__1: IEnumerator<JToken> |
| class< GetEnumerator > | IDisposable |
Definition at line 452 of file JProperty.cs.