BinarySearch(T item) | System.Collections.Immutable.IImmutableListQueries< T > | |
BinarySearch(T item, IComparer< T >? comparer) | System.Collections.Immutable.IImmutableListQueries< T > | |
BinarySearch(int index, int count, T item, IComparer< T >? comparer) | System.Collections.Immutable.IImmutableListQueries< T > | |
ConvertAll< TOutput >(Func< T, TOutput > converter) | System.Collections.Immutable.IImmutableListQueries< T > | |
CopyTo(T[] array) | System.Collections.Immutable.IImmutableListQueries< T > | |
CopyTo(T[] array, int arrayIndex) | System.Collections.Immutable.IImmutableListQueries< T > | |
CopyTo(int index, T[] array, int arrayIndex, int count) | System.Collections.Immutable.IImmutableListQueries< T > | |
Count | System.Collections.Generic.IReadOnlyCollection< T > | |
Exists(Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |
Find(Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |
FindAll(Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |
FindIndex(Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |
FindIndex(int startIndex, Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |
FindIndex(int startIndex, int count, Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |
FindLast(Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |
FindLastIndex(Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |
FindLastIndex(int startIndex, Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |
FindLastIndex(int startIndex, int count, Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |
ForEach(Action< T > action) | System.Collections.Immutable.IImmutableListQueries< T > | |
GetEnumerator() | System.Collections.IEnumerable | |
GetRange(int index, int count) | System.Collections.Immutable.IImmutableListQueries< T > | |
this[int index] | System.Collections.Generic.IReadOnlyList< T > | |
TrueForAll(Predicate< T > match) | System.Collections.Immutable.IImmutableListQueries< T > | |