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
Loading...
Searching...
No Matches
Newtonsoft.Json.Linq.JProperty.JPropertyList Class Reference
+ Inheritance diagram for Newtonsoft.Json.Linq.JProperty.JPropertyList:
+ Collaboration diagram for Newtonsoft.Json.Linq.JProperty.JPropertyList:

Public Member Functions

IEnumerator< JTokenGetEnumerator ()
 
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< GetEnumeratorIEnumerator [set]
 

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 

Private Attributes

class< GetEnumeratord__1: IEnumerator<JToken>
 
class< GetEnumeratorIDisposable
 

Detailed Description

Definition at line 452 of file JProperty.cs.


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