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.Serialization.JsonPropertyCollection Class Reference
+ Inheritance diagram for Newtonsoft.Json.Serialization.JsonPropertyCollection:

Public Member Functions

 JsonPropertyCollection (Type type)
 
void AddProperty (JsonProperty property)
 
JsonProperty GetClosestMatchProperty (string propertyName)
 
JsonProperty GetProperty (string propertyName, StringComparison comparisonType)
 
bool Contains (TKey key)
 
bool TryGetValue (TKey key,[Out] TItem item)
 

Protected Member Functions

override string GetKeyForItem (JsonProperty item)
 
override void ClearItems ()
 
TKey GetKeyForItem (TItem item)
 
override void InsertItem (int index, TItem item)
 
override void RemoveItem (int index)
 
override void SetItem (int index, TItem item)
 

Properties

new List< TItemItems [get]
 
TItem this[TKey key] [get]
 
IDictionary< TKey, TItemDictionary [get]
 

Private Member Functions

new bool TryGetValue (string key, [Out] JsonProperty item)
 
void AddKey (TKey key, TItem item)
 
void CreateDictionary ()
 
void RemoveKey (TKey key)
 

Private Attributes

readonly Type _type
 
readonly List< JsonProperty_list
 
readonly IEqualityComparer< TKey > comparer
 
Dictionary< TKey, TItemdict
 
int keyCount
 
readonly int threshold
 

Detailed Description

Definition at line 12 of file JsonPropertyCollection.cs.


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