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

Namespace: Tools.CollectionsT.GenericT
Assembly: 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
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