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
System.Collections.Generic.IDictionary< TKey, TValue > Member List

This is the complete list of members for System.Collections.Generic.IDictionary< TKey, TValue >, including all inherited members.

Add(TKey key, TValue value)System.Collections.Generic.IDictionary< TKey, TValue >
ICollection< KeyValuePair< TKey, TValue > >.Add(T item)System.Collections.Generic.ICollection< KeyValuePair< TKey, TValue > >
Clear()System.Collections.Generic.ICollection< KeyValuePair< TKey, TValue > >
Contains(T item)System.Collections.Generic.ICollection< KeyValuePair< TKey, TValue > >
ContainsKey(TKey key)System.Collections.Generic.IDictionary< TKey, TValue >
CopyTo(T[] array, int arrayIndex)System.Collections.Generic.ICollection< KeyValuePair< TKey, TValue > >
CountSystem.Collections.Generic.ICollection< KeyValuePair< TKey, TValue > >
IEnumerable< KeyValuePair< TKey, TValue > >.GetEnumerator()System.Collections.Generic.IEnumerable< KeyValuePair< TKey, TValue > >
System::Collections::Generic::IEnumerable.GetEnumerator()System.Collections.Generic.IEnumerable< out T >
IsReadOnlySystem.Collections.Generic.ICollection< KeyValuePair< TKey, TValue > >
KeysSystem.Collections.Generic.IDictionary< TKey, TValue >
Remove(TKey key)System.Collections.Generic.IDictionary< TKey, TValue >
ICollection< KeyValuePair< TKey, TValue > >.Remove(T item)System.Collections.Generic.ICollection< KeyValuePair< TKey, TValue > >
this[TKey key]System.Collections.Generic.IDictionary< TKey, TValue >
TryGetValue(TKey key, out TValue value)System.Collections.Generic.IDictionary< TKey, TValue >
ValuesSystem.Collections.Generic.IDictionary< TKey, TValue >