[This is preliminary documentation and is subject to change.]

The IReadOnlyIndexableEnumerable<(Of <(<'TItem, TIndex>)>)> type exposes the following members.

Methods

  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'T>)>)>.)

Extension Methods

  NameDescription
Public Extension MethodIndexOf<(Of <<'(T>)>>)
Gets index of first occurence of given item in given collection
(Defined by EnumerableT.)
Public Extension MethodLast<(Of <<'(T>)>>)
Gets last item in collection
(Defined by CollectionTools.)
Public Extension MethodUnionAll<(Of <<'(T>)>>)(array<IEnumerable<(Of <<'(T>)>>)>[]()[][])Overloaded.
Creates union of given collection with other given collections
(Defined by EnumerableT.)
Public Extension MethodUnionAll<(Of <<'(T>)>>)(IEnumerable<(Of <<'(IEnumerable<(Of <<'(T>)>>)>)>>))Overloaded.
Creates union of given collection with other given collections
(Defined by EnumerableT.)

Properties

  NameDescription
Public propertyItem
Gets value on specified index
(Inherited from IReadOnlyIndexable<(Of <(<'TItem, TIndex>)>)>.)

See Also