Terraria v1.4.4.9
Terraria source code documentation
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 >
System::Collections::Generic::ICollection.Add(T item)System.Collections.Generic.ICollection< T >
Clear()System.Collections.Generic.ICollection< T >
Contains(T item)System.Collections.Generic.ICollection< T >
ContainsKey(TKey key)System.Collections.Generic.IDictionary< TKey, TValue >
CopyTo(T[] array, int arrayIndex)System.Collections.Generic.ICollection< T >
CountSystem.Collections.Generic.ICollection< T >
System::Collections::Generic::ICollection.IEnumerable< T >.GetEnumerator()System.Collections.Generic.IEnumerable< T >
System::Collections::Generic::IEnumerable.GetEnumerator()System.Collections.Generic.IEnumerable< out T >
IsReadOnlySystem.Collections.Generic.ICollection< T >
KeysSystem.Collections.Generic.IDictionary< TKey, TValue >
Remove(TKey key)System.Collections.Generic.IDictionary< TKey, TValue >
System::Collections::Generic::ICollection.Remove(T item)System.Collections.Generic.ICollection< T >
this[TKey key]System.Collections.Generic.IDictionary< TKey, TValue >
TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)System.Collections.Generic.IDictionary< TKey, TValue >
ValuesSystem.Collections.Generic.IDictionary< TKey, TValue >