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.Utilities.DictionaryWrapper< TKey, TValue > Class Template Reference
+ Inheritance diagram for Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >:
+ Collaboration diagram for Newtonsoft.Json.Utilities.DictionaryWrapper< TKey, TValue >:

Classes

struct  DictionaryEnumerator
 

Public Member Functions

 DictionaryWrapper (IDictionary dictionary)
 
 DictionaryWrapper (IDictionary< TKey, TValue > dictionary)
 
void Add (TKey key, TValue value)
 
bool ContainsKey (TKey key)
 
bool Remove (TKey key)
 
bool TryGetValue (TKey key, out TValue value)
 
void Add (KeyValuePair< TKey, TValue > item)
 
void Clear ()
 
bool Contains (KeyValuePair< TKey, TValue > item)
 
void CopyTo (KeyValuePair< TKey, TValue >[] array, int arrayIndex)
 
bool Remove (KeyValuePair< TKey, TValue > item)
 
IEnumerator< KeyValuePair< TKey, TValue > > GetEnumerator ()
 
void Remove (object key)
 
void Add (T item)
 
bool Remove (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
void CopyTo (global::System.Array array, int index)
 
void Add (T item)
 
bool Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 

Properties

ICollection< TKey > Keys [get, set]
 
ICollection< TValue > Values [get, set]
 
TValue this[TKey key] [get, set]
 
int Count [get, set]
 
bool IsReadOnly [get, set]
 
object System.Collections.IDictionary. Item [get, set]
 
bool System.Collections.IDictionary. IsFixedSize [get, set]
 
ICollection System.Collections.IDictionary. Keys [get, set]
 
ICollection System.Collections.IDictionary. Values [get, set]
 
bool System.Collections.ICollection. IsSynchronized [get, set]
 
object System.Collections.ICollection. SyncRoot [get, set]
 
object UnderlyingDictionary [get, set]
 
object this[object key] [get, set]
 

Private Member Functions

IEnumerator System.Collections.IEnumerable. GetEnumerator ()
 
void System.Collections.IDictionary. Add (object key, object value)
 
IDictionaryEnumerator System.Collections.IDictionary. GetEnumerator ()
 
bool System.Collections.IDictionary. Contains (object key)
 
void System.Collections.ICollection. CopyTo (Array array, int index)
 

Private Attributes

readonly IDictionary _dictionary
 
readonly IDictionary< TKey, TValue > _genericDictionary
 
object _syncRoot
 

Detailed Description

Definition at line 15 of file DictionaryWrapper.cs.


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