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

Implements IEnumerator<(Of <(<'T>)>)> for any IReadOnlyIndexable<(Of <(<'TItem, TIndex>)>)> where possible indexes are supplied from ouside

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class IndexableEnumerator<TIndex, TValue> : IEnumerator<TValue>
Visual Basic
Public Class IndexableEnumerator(Of TIndex, TValue) _
	Implements IEnumerator(Of TValue)
Visual C++
generic<typename TIndex, typename TValue>
public ref class IndexableEnumerator : IEnumerator<TValue>
F#
type IndexableEnumerator<'TIndex, 'TValue> =  
    class
        interface IEnumerator<'TValue>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

TIndex
Type of index
TValue
Type of value

Inheritance Hierarchy

System..::..Object
  Tools.CollectionsT.GenericT..::..IndexableEnumerator<(Of <(<'TIndex, TValue>)>)>

See Also