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

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

_countSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
_keyComparerSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
_rootSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
_valueComparerSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
Add(TKey key, TValue value)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
Add(TKey key, TValue value)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
Add(TKey key, TValue value)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
Add(KeyValuePair< TKey, TValue > item)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
Add(object key, object value)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
IDictionary< TKey, TValue >.Add(object key, object? value)System.Collections.IDictionary< TKey, TValue >
System::Collections::IDictionary.Add(object key, object? value)System.Collections.IDictionary
AddRange(IEnumerable< KeyValuePair< TKey, TValue > > items)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
AddRange(IEnumerable< KeyValuePair< TKey, TValue > > pairs)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
AddRange(IEnumerable< KeyValuePair< TKey, TValue > > items, bool overwriteOnCollision, bool avoidToSortedMap)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
Clear()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
Clear()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
Clear()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
Clear()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
Contains(KeyValuePair< TKey, TValue > pair)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
Contains(object key)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
ContainsKey(TKey key)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
ContainsValue(TValue value)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
CopyTo(KeyValuePair< TKey, TValue >[] array, int arrayIndex)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
CopyTo(Array array, int index)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
CountSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >
Create< TKey, TValue >()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
Create< TKey, TValue >(IComparer< TKey >? keyComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
Create< TKey, TValue >(IComparer< TKey >? keyComparer, IEqualityComparer< TValue >? valueComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
CreateBuilder< TKey, TValue >()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
CreateBuilder< TKey, TValue >(IComparer< TKey >? keyComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
CreateBuilder< TKey, TValue >(IComparer< TKey >? keyComparer, IEqualityComparer< TValue >? valueComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
CreateRange< TKey, TValue >(IEnumerable< KeyValuePair< TKey, TValue > > items)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
CreateRange< TKey, TValue >(IComparer< TKey >? keyComparer, IEnumerable< KeyValuePair< TKey, TValue > > items)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
CreateRange< TKey, TValue >(IComparer< TKey >? keyComparer, IEqualityComparer< TValue >? valueComparer, IEnumerable< KeyValuePair< TKey, TValue > > items)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
EmptySystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >static
FillFromEmpty(IEnumerable< KeyValuePair< TKey, TValue > > items, bool overwriteOnCollision)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
GetEnumerator()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
GetEnumerator()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
GetEnumerator()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
GetEnumerator()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
ImmutableSortedDictionary(IComparer< TKey >? keyComparer=null, IEqualityComparer< TValue >? valueComparer=null)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinepackage
ImmutableSortedDictionary(Node root, int count, IComparer< TKey > keyComparer, IEqualityComparer< TValue > valueComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
IsEmptySystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >
IsFixedSizeSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
IsReadOnlySystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
IsReadOnlySystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
IsSynchronizedSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
KeyComparerSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >
KeysSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >
KeysSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
KeysSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
Remove(TKey value)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
Remove(TKey key)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
Remove(TKey key)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
Remove(KeyValuePair< TKey, TValue > item)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
Remove(object key)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
RemoveRange(IEnumerable< TKey > keys)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
RemoveRange(IEnumerable< TKey > keys)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
RootSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >package
SetItem(TKey key, TValue value)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
SetItem(TKey key, TValue value)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
SetItems(IEnumerable< KeyValuePair< TKey, TValue > > items)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
SetItems(IEnumerable< KeyValuePair< TKey, TValue > > items)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate
SyncRootSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
this[object key]System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
this[TKey key]System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >
this[TKey key]System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
ToBuilder()System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
ToImmutableSortedDictionary< TKey, TValue >(this ImmutableSortedDictionary< TKey, TValue >.Builder builder)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
ToImmutableSortedDictionary< TKey, TValue >(this IEnumerable< KeyValuePair< TKey, TValue > > source, IComparer< TKey >? keyComparer, IEqualityComparer< TValue >? valueComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
ToImmutableSortedDictionary< TKey, TValue >(this IEnumerable< KeyValuePair< TKey, TValue > > source, IComparer< TKey >? keyComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
ToImmutableSortedDictionary< TKey, TValue >(this IEnumerable< KeyValuePair< TKey, TValue > > source)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
ToImmutableSortedDictionary< TSource, TKey, TValue >(this IEnumerable< TSource > source, Func< TSource, TKey > keySelector, Func< TSource, TValue > elementSelector, IComparer< TKey >? keyComparer, IEqualityComparer< TValue >? valueComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
ToImmutableSortedDictionary< TSource, TKey, TValue >(this IEnumerable< TSource > source, Func< TSource, TKey > keySelector, Func< TSource, TValue > elementSelector, IComparer< TKey >? keyComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
ToImmutableSortedDictionary< TSource, TKey, TValue >(this IEnumerable< TSource > source, Func< TSource, TKey > keySelector, Func< TSource, TValue > elementSelector)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlinestatic
TryCastToImmutableMap(IEnumerable< KeyValuePair< TKey, TValue > > sequence, [NotNullWhen(true)] out ImmutableSortedDictionary< TKey, TValue > other)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivatestatic
TryGetKey(TKey equalKey, out TKey actualKey)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
ValueComparerSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >
ValueRef(TKey key)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
ValuesSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >
ValuesSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
ValuesSystem.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >private
WithComparers(IComparer< TKey >? keyComparer, IEqualityComparer< TValue >? valueComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
WithComparers(IComparer< TKey >? keyComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inline
Wrap(Node root, int count, IComparer< TKey > keyComparer, IEqualityComparer< TValue > valueComparer)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivatestatic
Wrap(Node root, int adjustedCountIfDifferentRoot)System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue >inlineprivate