terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Newtonsoft.Json.Linq.JPropertyKeyedCollection Class Reference
+ Inheritance diagram for Newtonsoft.Json.Linq.JPropertyKeyedCollection:

Public Member Functions

 JPropertyKeyedCollection ()
 
bool Contains (string key)
 
bool Remove (string key)
 
bool TryGetValue (string key, [Out] JToken value)
 
int IndexOfReference (JToken t)
 
bool Compare (JPropertyKeyedCollection other)
 
void Add (T item)
 
void Clear ()
 
void CopyTo (T[] array, int index)
 
bool Contains (T item)
 
IEnumerator< T > GetEnumerator ()
 
int IndexOf (T item)
 
void Insert (int index, T item)
 
bool Remove (T item)
 
void RemoveAt (int index)
 

Protected Member Functions

void ChangeItemKey (JToken item, string newKey)
 
override void ClearItems ()
 
override void InsertItem (int index, JToken item)
 
override void RemoveItem (int index)
 
override void SetItem (int index, JToken item)
 
virtual void InsertItem (int index, T item)
 
virtual void SetItem (int index, T item)
 

Properties

JToken this[string key] [get]
 
ICollection< string > Keys [get]
 
ICollection< JTokenValues [get]
 
int Count [get]
 
IList< T > Items [get]
 
this[int index] [get, set]
 
object IList. this[int index] [get, set]
 
bool ICollection< T >. IsReadOnly [get]
 
bool IList. IsReadOnly [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 
bool IList. IsFixedSize [get]
 

Private Member Functions

void AddKey (string key, JToken item)
 
bool ContainsItem (JToken item)
 
void EnsureDictionary ()
 
string GetKeyForItem (JToken item)
 
void RemoveKey (string key)
 
int IList. Add (object value)
 
void ICollection. CopyTo (Array array, int index)
 
IEnumerator IEnumerable. GetEnumerator ()
 
int IList. IndexOf (object value)
 
void IList. Insert (int index, object value)
 

Static Private Member Functions

static JPropertyKeyedCollection ()
 
static bool IsCompatibleObject (object value)
 

Private Attributes

Dictionary< string, JToken_dictionary
 
IList< T > items
 

Static Private Attributes

static readonly IEqualityComparer< string > Comparer
 

Detailed Description

Definition at line 11 of file JPropertyKeyedCollection.cs.


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