Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Immutable.IImmutableDictionary< TKey, TValue > Member List

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

Add(TKey key, TValue value)System.Collections.Immutable.IImmutableDictionary< TKey, TValue >
AddRange(IEnumerable< KeyValuePair< TKey, TValue > > pairs)System.Collections.Immutable.IImmutableDictionary< TKey, TValue >
Clear()System.Collections.Immutable.IImmutableDictionary< TKey, TValue >
Contains(KeyValuePair< TKey, TValue > pair)System.Collections.Immutable.IImmutableDictionary< TKey, TValue >
ContainsKey(TKey key)System.Collections.Generic.IReadOnlyDictionary< TKey, TValue >
System::Collections::Generic::IReadOnlyDictionary.CountSystem.Collections.Generic.IReadOnlyCollection< KeyValuePair< TKey, TValue > >
IReadOnlyCollection< KeyValuePair< TKey, TValue > >.CountSystem.Collections.Generic.IReadOnlyCollection< KeyValuePair< TKey, TValue > >
System::Collections::Generic::IReadOnlyDictionary.GetEnumerator()System.Collections.Generic.IEnumerable< out T >
IEnumerable< KeyValuePair< TKey, TValue > >.GetEnumerator()System.Collections.IEnumerable< KeyValuePair< TKey, TValue > >
KeysSystem.Collections.Generic.IReadOnlyDictionary< TKey, TValue >
Remove(TKey key)System.Collections.Immutable.IImmutableDictionary< TKey, TValue >
RemoveRange(IEnumerable< TKey > keys)System.Collections.Immutable.IImmutableDictionary< TKey, TValue >
SetItem(TKey key, TValue value)System.Collections.Immutable.IImmutableDictionary< TKey, TValue >
SetItems(IEnumerable< KeyValuePair< TKey, TValue > > items)System.Collections.Immutable.IImmutableDictionary< TKey, TValue >
this[TKey key]System.Collections.Generic.IReadOnlyDictionary< TKey, TValue >
TryGetKey(TKey equalKey, out TKey actualKey)System.Collections.Immutable.IImmutableDictionary< TKey, TValue >
TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)System.Collections.Generic.IReadOnlyDictionary< TKey, TValue >
ValuesSystem.Collections.Generic.IReadOnlyDictionary< TKey, TValue >