[This is preliminary documentation and is subject to change.]
The IReadOnlyIndexableEnumerable<(Of <(<'TItem, TIndex>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<(Of <(<'T>)>)>.) |
Extension Methods
| Name | Description | |
|---|---|---|
| IndexOf<(Of <<'(T>)>>) | Gets index of first occurence of given item in given collection (Defined by EnumerableT.) | |
| Last<(Of <<'(T>)>>) | Gets last item in collection (Defined by CollectionTools.) | |
| UnionAll<(Of <<'(T>)>>)(array<IEnumerable<(Of <<'(T>)>>)>[]()[][]) | Overloaded. Creates union of given collection with other given collections (Defined by EnumerableT.) | |
| UnionAll<(Of <<'(T>)>>)(IEnumerable<(Of <<'(IEnumerable<(Of <<'(T>)>>)>)>>)) | Overloaded. Creates union of given collection with other given collections (Defined by EnumerableT.) |
Properties
| Name | Description | |
|---|---|---|
| Item | Gets value on specified index (Inherited from IReadOnlyIndexable<(Of <(<'TItem, TIndex>)>)>.) |