[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.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public class LongIndexableEnumerator<TItem> : IndexableEnumeratorBase<TItem, long> |
| Visual Basic |
|---|
Public Class LongIndexableEnumerator(Of TItem) _ Inherits IndexableEnumeratorBase(Of TItem, Long) |
| Visual C++ |
|---|
generic<typename TItem> public ref class LongIndexableEnumerator : public IndexableEnumeratorBase<TItem, long long> |
| F# |
|---|
type LongIndexableEnumerator<'TItem> = class inherit IndexableEnumeratorBase<'TItem, int64> end |
| 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>)>)>