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

Namespace:  Tools.CollectionsT.GenericT
Assembly:  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#
J# supports the use of generic APIs, but not the declaration of new ones.
JScript
JScript does not support generic types or methods.

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>)>)

See Also