Add(T item) | System.Collections.Generic.SortedSet< T > | inline |
Add(T item) | System.Collections.Generic.SortedSet< T > | inlineprivate |
AddAllElements(IEnumerable< T > collection) | System.Collections.Generic.SortedSet< T > | inlineprivate |
AddIfNotPresent(T item) | System.Collections.Generic.SortedSet< T > | inlinepackagevirtual |
BreadthFirstTreeWalk(TreeWalkPredicate< T > action) | System.Collections.Generic.SortedSet< T > | inlinepackagevirtual |
CheckUniqueAndUnfoundElements(IEnumerable< T > other, bool returnIfUnfound) | System.Collections.Generic.SortedSet< T > | inlineprivate |
Clear() | System.Collections.Generic.SortedSet< T > | inlinevirtual |
comparer | System.Collections.Generic.SortedSet< T > | private |
Comparer | System.Collections.Generic.SortedSet< T > | |
ConstructRootFromSortedArray(T[] arr, int startIndex, int endIndex, Node redNode) | System.Collections.Generic.SortedSet< T > | inlineprivatestatic |
Contains(T item) | System.Collections.Generic.SortedSet< T > | inlinevirtual |
ContainsAllElements(IEnumerable< T > collection) | System.Collections.Generic.SortedSet< T > | inlineprivate |
CopyTo(T[] array) | System.Collections.Generic.SortedSet< T > | inline |
CopyTo(T[] array, int index) | System.Collections.Generic.SortedSet< T > | inline |
CopyTo(T[] array, int index, int count) | System.Collections.Generic.SortedSet< T > | inline |
CopyTo(Array array, int index) | System.Collections.Generic.SortedSet< T > | inlineprivate |
count | System.Collections.Generic.SortedSet< T > | private |
Count | System.Collections.Generic.SortedSet< T > | |
CreateSetComparer() | System.Collections.Generic.SortedSet< T > | inlinestatic |
CreateSetComparer(IEqualityComparer< T >? memberEqualityComparer) | System.Collections.Generic.SortedSet< T > | inlinestatic |
DoRemove(T item) | System.Collections.Generic.SortedSet< T > | inlinepackagevirtual |
ExceptWith(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inline |
FindNode(T item) | System.Collections.Generic.SortedSet< T > | inlinepackagevirtual |
FindRange(T from, T to, bool lowerBoundActive, bool upperBoundActive) | System.Collections.Generic.SortedSet< T > | inlinepackage |
GetEnumerator() | System.Collections.Generic.SortedSet< T > | inline |
GetEnumerator() | System.Collections.Generic.SortedSet< T > | inlineprivate |
GetEnumerator() | System.Collections.Generic.SortedSet< T > | inlineprivate |
GetObjectData(SerializationInfo info, StreamingContext context) | System.Collections.Generic.SortedSet< T > | inlineprivate |
GetObjectData(SerializationInfo info, StreamingContext context) | System.Collections.Generic.SortedSet< T > | inlineprotectedvirtual |
GetViewBetween(T? lowerValue, T? upperValue) | System.Collections.Generic.SortedSet< T > | inlinevirtual |
HasEqualComparer(SortedSet< T > other) | System.Collections.Generic.SortedSet< T > | inlineprivate |
InOrderTreeWalk(TreeWalkPredicate< T > action) | System.Collections.Generic.SortedSet< T > | inlinepackagevirtual |
InsertionBalance(Node current, ref Node parent, Node grandParent, Node greatGrandParent) | System.Collections.Generic.SortedSet< T > | inlineprivate |
InternalIndexOf(T item) | System.Collections.Generic.SortedSet< T > | inlinepackagevirtual |
IntersectWith(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inlinevirtual |
IntersectWithEnumerable(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inlinepackagevirtual |
IsProperSubsetOf(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inline |
IsProperSupersetOf(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inline |
IsReadOnly | System.Collections.Generic.SortedSet< T > | private |
IsSubsetOf(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inline |
IsSubsetOfSortedSetWithSameComparer(SortedSet< T > asSorted) | System.Collections.Generic.SortedSet< T > | inlineprivate |
IsSupersetOf(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inline |
IsSynchronized | System.Collections.Generic.SortedSet< T > | private |
IsWithinRange(T item) | System.Collections.Generic.SortedSet< T > | inlinepackagevirtual |
Log2(int value) | System.Collections.Generic.SortedSet< T > | inlineprivatestatic |
Max | System.Collections.Generic.SortedSet< T > | |
MaxInternal | System.Collections.Generic.SortedSet< T > | package |
Min | System.Collections.Generic.SortedSet< T > | |
MinInternal | System.Collections.Generic.SortedSet< T > | package |
OnDeserialization(object sender) | System.Collections.Generic.SortedSet< T > | inlineprivate |
OnDeserialization(object? sender) | System.Collections.Generic.SortedSet< T > | inlineprotectedvirtual |
Overlaps(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inline |
Remove(T item) | System.Collections.Generic.SortedSet< T > | inline |
RemoveAllElements(IEnumerable< T > collection) | System.Collections.Generic.SortedSet< T > | inlineprivate |
RemoveWhere(Predicate< T > match) | System.Collections.Generic.SortedSet< T > | inline |
ReplaceChildOrRoot(Node parent, Node child, Node newChild) | System.Collections.Generic.SortedSet< T > | inlineprivate |
ReplaceNode(Node match, Node parentOfMatch, Node successor, Node parentOfSuccessor) | System.Collections.Generic.SortedSet< T > | inlineprivate |
Reverse() | System.Collections.Generic.SortedSet< T > | inline |
root | System.Collections.Generic.SortedSet< T > | private |
SetEquals(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inline |
siInfo | System.Collections.Generic.SortedSet< T > | private |
SortedSet() | System.Collections.Generic.SortedSet< T > | inline |
SortedSet(IComparer< T >? comparer) | System.Collections.Generic.SortedSet< T > | inline |
SortedSet(IEnumerable< T > collection) | System.Collections.Generic.SortedSet< T > | inline |
SortedSet(IEnumerable< T > collection, IComparer< T >? comparer) | System.Collections.Generic.SortedSet< T > | inline |
SortedSet(SerializationInfo info, StreamingContext context) | System.Collections.Generic.SortedSet< T > | inlineprotected |
SortedSetEquals(SortedSet< T > set1, SortedSet< T > set2, IComparer< T > comparer) | System.Collections.Generic.SortedSet< T > | inlinepackagestatic |
SymmetricExceptWith(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inline |
SymmetricExceptWithSameComparer(SortedSet< T > other) | System.Collections.Generic.SortedSet< T > | inlineprivate |
SymmetricExceptWithSameComparer(T[] other, int count) | System.Collections.Generic.SortedSet< T > | inlineprivate |
SyncRoot | System.Collections.Generic.SortedSet< T > | private |
TotalCount() | System.Collections.Generic.SortedSet< T > | inlinepackagevirtual |
TryGetValue(T equalValue, [MaybeNullWhen(false)] out T actualValue) | System.Collections.Generic.SortedSet< T > | inline |
UnionWith(IEnumerable< T > other) | System.Collections.Generic.SortedSet< T > | inline |
UpdateVersion() | System.Collections.Generic.SortedSet< T > | inlinepackage |
version | System.Collections.Generic.SortedSet< T > | private |
VersionCheck(bool updateCount=false) | System.Collections.Generic.SortedSet< T > | inlinepackagevirtual |