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.Utilities.DictionaryWrapper< TKey, TValue > Class Template Reference
+ Inheritance 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 Contains (T item)
 
void CopyTo (T[] array, int arrayIndex)
 
bool Remove (T item)
 
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)
 

Properties

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

Private Member Functions

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

Private Attributes

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

Detailed Description

Definition at line 13 of file DictionaryWrapper.cs.


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