[This is preliminary documentation and is subject to change.]
Implements enumerator of IReadOnlyIndexable<(Of <(TItem, TIndex>)>)
Namespace:
Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
public class LongIndexableEnumerator<TItem> : IndexableEnumeratorBase<TItem, long> |
| Visual Basic (Declaration) |
|---|
Public Class LongIndexableEnumerator(Of TItem) _ Inherits IndexableEnumeratorBase(Of TItem, Long) |
| Visual C++ |
|---|
generic<typename TItem> public ref class LongIndexableEnumerator : public IndexableEnumeratorBase<TItem, long long> |
| J# |
|---|
|
| JScript |
|---|
|
Type Parameters
- TItem
[Missing <typeparam name="TItem"/> documentation for "T:Tools.CollectionsT.GenericT.LongIndexableEnumerator`1"]
Inheritance Hierarchy
System..::.Object
Tools.CollectionsT.GenericT..::.IndexableEnumeratorBase<(Of <(TItem, Int64>)>)
Tools.CollectionsT.GenericT..::.LongIndexableEnumerator<(Of <(TItem>)>)
Tools.CollectionsT.GenericT..::.IndexableEnumeratorBase<(Of <(TItem, Int64>)>)
Tools.CollectionsT.GenericT..::.LongIndexableEnumerator<(Of <(TItem>)>)