_count | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | private |
_keyComparer | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | private |
_root | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | private |
_valueComparer | System.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 |
Count | System.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 |
Empty | System.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 |
IsEmpty | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | |
IsFixedSize | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | private |
IsReadOnly | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | private |
IsReadOnly | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | private |
IsSynchronized | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | private |
KeyComparer | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | |
Keys | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | |
Keys | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | private |
Keys | System.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 |
Root | System.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 |
SyncRoot | System.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 |
ValueComparer | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | |
ValueRef(TKey key) | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | inline |
Values | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | |
Values | System.Collections.Immutable.ImmutableSortedDictionary< TKey, TValue > | private |
Values | System.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 |