The Enumerable type exposes the following members.

Methods

  NameDescription
Public methodStatic memberContains<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A)
Tests whether this list contains a given value as an element.
Public methodStatic memberContains<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, IEqualityComparer<(Of <<'(A>)>>))
Tests whether this list contains a given value as an element.
Public methodStatic memberContainsSlice<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>))
Tests whether this list contains a given sequence as a slice.
Public methodStatic memberContainsSlice<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>), IEqualityComparer<(Of <<'(A>)>>))
Tests whether this list contains a given sequence as a slice.
Public methodStatic memberEndsWith<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>))
Tests whether this list ends with the given sequence.
Public methodStatic memberEndsWith<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>), IEqualityComparer<(Of <<'(A>)>>))
Tests whether this list ends with the given sequence.
Public methodStatic memberFlatMap<(Of <<'(A, B>)>>)
Builds a new collection by applying a function to all elements of this list and using the elements of the resulting collections (same as SelectMany).
Public methodStatic memberFoldLeft<(Of <<'(A, B>)>>)
Applies a binary operator to a start value and all elements of this list, going left to right.
Public methodStatic memberFoldRight<(Of <<'(A, B>)>>)
Applies a binary operator to all elements of this list and a start value, going right to left.
Public methodStatic memberForEach<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Action<(Of <<'(A>)>>))
Applies a function f to all elements of this list.
Public methodStatic memberForEach<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Action<(Of <<'(A, Int32>)>>))
Applies a function f to all elements of this list. Also passes an element index (int) to function f.
Public methodStatic memberForEach<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Action<(Of <<'(A, Int64>)>>))
Applies a function f to all elements of this list. Also passes an element index (long) to function f.
Public methodStatic memberIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A)
Finds index of first occurrence of some value in this list.
Public methodStatic memberIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, IEqualityComparer<(Of <<'(A>)>>))
Finds index of first occurrence of some value in this list.
Public methodStatic memberIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, Int32)
Finds index of first occurrence of some value in this list after or at some start index.
Public methodStatic memberIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, Int32, IEqualityComparer<(Of <<'(A>)>>))
Finds index of first occurrence of some value in this list after or at some start index.
Public methodStatic memberIndexOfSlice<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>))
Finds first index where this list contains a given sequence as a slice.
Public methodStatic memberIndexOfSlice<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>), IEqualityComparer<(Of <<'(A>)>>))
Finds first index where this list contains a given sequence as a slice.
Public methodStatic memberIndexOfSlice<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>), Int32)
Finds first index after or at a start index where this list contains a given sequence as a slice.
Public methodStatic memberIndexOfSlice<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>), Int32, IEqualityComparer<(Of <<'(A>)>>))
Finds first index after or at a start index where this list contains a given sequence as a slice.
Public methodStatic memberIndexWhere<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Func<(Of <<'(A, Boolean>)>>))
Finds index of first element satisfying some predicate.
Public methodStatic memberIndexWhere<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Func<(Of <<'(A, Boolean>)>>), Int32)
Finds index of the first element satisfying some predicate after or at some start index.
Public methodStatic memberIndices<(Of <<'(A>)>>)
Produces the range of all indices (int) of this sequence.
Public methodStatic memberIndicesLong<(Of <<'(A>)>>)
Produces the range of all indices (long) of this sequence.
Public methodStatic memberIsEmpty<(Of <<'(A>)>>)
Tests whether this sequence is empty.
Public methodStatic memberLastIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A)
Finds index of last occurrence of some value in this list.
Public methodStatic memberLastIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, IEqualityComparer<(Of <<'(A>)>>))
Finds index of last occurrence of some value in this list.
Public methodStatic memberLastIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, Int32)
Finds index of last occurrence of some value in this list before or at a given end index.
Public methodStatic memberLastIndexOf<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), A, Int32, IEqualityComparer<(Of <<'(A>)>>))
Finds index of last occurrence of some value in this list before or at a given end index.
Public methodStatic memberLastIndexOfSlice<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>))
Finds last index where this list contains a given sequence as a slice.
Public methodStatic memberLastIndexOfSlice<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>), IEqualityComparer<(Of <<'(A>)>>))
Finds last index where this list contains a given sequence as a slice.
Public methodStatic memberLastIndexOfSlice<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>), Int32)
Finds last index before or at a given end index where this list contains a given sequence as a slice.
Public methodStatic memberLastIndexOfSlice<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>), Int32, IEqualityComparer<(Of <<'(A>)>>))
Finds last index before or at a given end index where this list contains a given sequence as a slice.
Public methodStatic memberLastIndexWhere<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Func<(Of <<'(A, Boolean>)>>))
Finds index of last element satisfying some predicate.
Public methodStatic memberLastIndexWhere<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), Func<(Of <<'(A, Boolean>)>>), Int32)
Finds index of last element satisfying some predicate before or at given end index.
Public methodStatic memberMap<(Of <<'(A, B>)>>)
Builds a new collection by applying a function to all elements of this list (same as Select).
Public methodStatic memberMkString<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>))
Displays all elements of this sequence in a string.
Public methodStatic memberMkString<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), String)
Displays all elements of this sequence in a string using a separator string.
Public methodStatic memberMkString<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), String, String, String)
Displays all elements of this sequence in a string using start, end, and separator strings.
Public methodStatic memberPatch<(Of <<'(A>)>>)
Produces a new sequence where a slice of elements in this sequence is replaced by another sequence.
Public methodStatic memberReduceLeft<(Of <<'(A, B>)>>)
Applies a binary operator to all elements of this sequence, going left to right.
Public methodStatic memberReduceRight<(Of <<'(A, B>)>>)
Applies a binary operator to all elements of this sequence, going right to left.
Public methodStatic memberSlice<(Of <<'(A>)>>)
Selects an interval of elements.
Public methodStatic memberSplitAt<(Of <<'(A>)>>)
Splits this list into two at a given position.
Public methodStatic memberStartsWith<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>))
Tests whether this list starts with the given sequence.
Public methodStatic memberStartsWith<(Of <<'(A>)>>)(IEnumerable<(Of <<'(A>)>>), IEnumerable<(Of <<'(A>)>>), IEqualityComparer<(Of <<'(A>)>>))
Tests whether this list starts with the given sequence.

See Also