_root | System.Collections.Immutable.ImmutableList< T > | private |
Add(T value) | System.Collections.Immutable.ImmutableList< T > | inline |
Add(T value) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Add(T item) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Add(object value) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
IList< T >.Add(object? value) | System.Collections.IList< T > | |
System::Collections::IList.Add(object? value) | System.Collections.IList | |
AddRange(IEnumerable< T > items) | System.Collections.Immutable.ImmutableList< T > | inline |
AddRange(IEnumerable< T > items) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
BinarySearch(T item) | System.Collections.Immutable.ImmutableList< T > | inline |
BinarySearch(T item, IComparer< T >? comparer) | System.Collections.Immutable.ImmutableList< T > | inline |
BinarySearch(int index, int count, T item, IComparer< T >? comparer) | System.Collections.Immutable.ImmutableList< T > | inline |
Clear() | System.Collections.Immutable.ImmutableList< T > | inline |
Clear() | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Clear() | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Clear() | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Contains(T value) | System.Collections.Immutable.ImmutableList< T > | inline |
Contains(object value) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
IList< T >.Contains(object? value) | System.Collections.IList< T > | |
System::Collections::IList.Contains(object? value) | System.Collections.IList | |
ConvertAll< TOutput >(Func< T, TOutput > converter) | System.Collections.Immutable.ImmutableList< T > | inline |
CopyTo(T[] array) | System.Collections.Immutable.ImmutableList< T > | inline |
CopyTo(T[] array, int arrayIndex) | System.Collections.Immutable.ImmutableList< T > | inline |
CopyTo(int index, T[] array, int arrayIndex, int count) | System.Collections.Immutable.ImmutableList< T > | inline |
CopyTo(Array array, int arrayIndex) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Count | System.Collections.Immutable.ImmutableList< T > | |
Create< T >() | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
Create< T >(T item) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
Create< T >(params T[] items) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
CreateBuilder< T >() | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
CreateRange(IEnumerable< T > items) | System.Collections.Immutable.ImmutableList< T > | inlineprivatestatic |
CreateRange< T >(IEnumerable< T > items) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
Empty | System.Collections.Immutable.ImmutableList< T > | static |
Exists(Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
Find(Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
FindAll(Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
FindIndex(Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
FindIndex(int startIndex, Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
FindIndex(int startIndex, int count, Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
FindLast(Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
FindLastIndex(Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
FindLastIndex(int startIndex, Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
FindLastIndex(int startIndex, int count, Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
ForEach(Action< T > action) | System.Collections.Immutable.ImmutableList< T > | inline |
GetEnumerator() | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
GetEnumerator() | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
GetEnumerator() | System.Collections.Immutable.ImmutableList< T > | inline |
GetRange(int index, int count) | System.Collections.Immutable.ImmutableList< T > | inline |
ImmutableList() | System.Collections.Immutable.ImmutableList< T > | inlinepackage |
ImmutableList(Node root) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
IndexOf(T item, int index, int count, IEqualityComparer< T >? equalityComparer) | System.Collections.Immutable.ImmutableList< T > | inline |
IndexOf(T value) | System.Collections.Immutable.ImmutableList< T > | inline |
IndexOf(object value) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
IList< T >.IndexOf(object? value) | System.Collections.IList< T > | |
System::Collections::IList.IndexOf(object? value) | System.Collections.IList | |
IndexOf< T >(this IImmutableList< T > list, T item) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
IndexOf< T >(this IImmutableList< T > list, T item, IEqualityComparer< T >? equalityComparer) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
IndexOf< T >(this IImmutableList< T > list, T item, int startIndex) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
IndexOf< T >(this IImmutableList< T > list, T item, int startIndex, int count) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
Insert(int index, T item) | System.Collections.Immutable.ImmutableList< T > | inline |
Insert(int index, T item) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Insert(int index, T item) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Insert(int index, object value) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
IList< T >.Insert(int index, object? value) | System.Collections.IList< T > | |
System::Collections::IList.Insert(int index, object? value) | System.Collections.IList | |
InsertRange(int index, IEnumerable< T > items) | System.Collections.Immutable.ImmutableList< T > | inline |
InsertRange(int index, IEnumerable< T > items) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
IsCompatibleObject(object value) | System.Collections.Immutable.ImmutableList< T > | inlineprivatestatic |
IsEmpty | System.Collections.Immutable.ImmutableList< T > | |
IsFixedSize | System.Collections.Immutable.ImmutableList< T > | private |
IsReadOnly | System.Collections.Immutable.ImmutableList< T > | private |
IsReadOnly | System.Collections.Immutable.ImmutableList< T > | private |
IsSynchronized | System.Collections.Immutable.ImmutableList< T > | private |
ItemRef(int index) | System.Collections.Immutable.ImmutableList< T > | inline |
LastIndexOf(T item, int index, int count, IEqualityComparer< T >? equalityComparer) | System.Collections.Immutable.ImmutableList< T > | inline |
LastIndexOf< T >(this IImmutableList< T > list, T item) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
LastIndexOf< T >(this IImmutableList< T > list, T item, IEqualityComparer< T >? equalityComparer) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
LastIndexOf< T >(this IImmutableList< T > list, T item, int startIndex) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
LastIndexOf< T >(this IImmutableList< T > list, T item, int startIndex, int count) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
Remove(T value) | System.Collections.Immutable.ImmutableList< T > | inline |
Remove(T value, IEqualityComparer< T >? equalityComparer) | System.Collections.Immutable.ImmutableList< T > | inline |
Remove(T value, IEqualityComparer< T > equalityComparer) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Remove(T item) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Remove(object value) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
IList< T >.Remove(object? value) | System.Collections.IList< T > | |
System::Collections::IList.Remove(object? value) | System.Collections.IList | |
Remove< T >(this IImmutableList< T > list, T value) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
RemoveAll(Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
RemoveAll(Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
RemoveAt(int index) | System.Collections.Immutable.ImmutableList< T > | inline |
RemoveAt(int index) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
RemoveAt(int index) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
RemoveAt(int index) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
RemoveRange(int index, int count) | System.Collections.Immutable.ImmutableList< T > | inline |
RemoveRange(IEnumerable< T > items) | System.Collections.Immutable.ImmutableList< T > | inline |
RemoveRange(IEnumerable< T > items, IEqualityComparer< T >? equalityComparer) | System.Collections.Immutable.ImmutableList< T > | inline |
RemoveRange(IEnumerable< T > items, IEqualityComparer< T > equalityComparer) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
RemoveRange(int index, int count) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
RemoveRange< T >(this IImmutableList< T > list, IEnumerable< T > items) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
Replace(T oldValue, T newValue) | System.Collections.Immutable.ImmutableList< T > | inline |
Replace(T oldValue, T newValue, IEqualityComparer< T >? equalityComparer) | System.Collections.Immutable.ImmutableList< T > | inline |
Replace(T oldValue, T newValue, IEqualityComparer< T > equalityComparer) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Replace< T >(this IImmutableList< T > list, T oldValue, T newValue) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
Reverse() | System.Collections.Immutable.ImmutableList< T > | inline |
Reverse(int index, int count) | System.Collections.Immutable.ImmutableList< T > | inline |
Root | System.Collections.Immutable.ImmutableList< T > | package |
SetItem(int index, T value) | System.Collections.Immutable.ImmutableList< T > | inline |
SetItem(int index, T value) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
Sort() | System.Collections.Immutable.ImmutableList< T > | inline |
Sort(Comparison< T > comparison) | System.Collections.Immutable.ImmutableList< T > | inline |
Sort(IComparer< T >? comparer) | System.Collections.Immutable.ImmutableList< T > | inline |
Sort(int index, int count, IComparer< T >? comparer) | System.Collections.Immutable.ImmutableList< T > | inline |
SyncRoot | System.Collections.Immutable.ImmutableList< T > | private |
this[int index] | System.Collections.Immutable.ImmutableList< T > | |
this[int index] | System.Collections.Immutable.ImmutableList< T > | private |
this[int index] | System.Collections.Immutable.ImmutableList< T > | private |
this[int index] | System.Collections.Immutable.ImmutableList< T > | private |
ToBuilder() | System.Collections.Immutable.ImmutableList< T > | inline |
ToImmutableList< TSource >(this IEnumerable< TSource > source) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
ToImmutableList< TSource >(this ImmutableList< TSource >.Builder builder) | System.Collections.Immutable.ImmutableList< T > | inlinestatic |
TrueForAll(Predicate< T > match) | System.Collections.Immutable.ImmutableList< T > | inline |
TryCastToImmutableList(IEnumerable< T > sequence, [NotNullWhen(true)] out ImmutableList< T > other) | System.Collections.Immutable.ImmutableList< T > | inlineprivatestatic |
Wrap(Node root) | System.Collections.Immutable.ImmutableList< T > | inlineprivate |
WrapNode(Node root) | System.Collections.Immutable.ImmutableList< T > | inlineprivatestatic |