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

Wraps type-unsafe IEnumerator as type-safe IEnumerator<(Of <(<'T>)>)>

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

Syntax

C#
protected class Enumerator : IEnumerator<T>
Visual Basic
Protected Class Enumerator _
	Implements IEnumerator(Of T)
Visual C++
protected ref class Enumerator : IEnumerator<T>
F#
type Enumerator =  
    class
        interface IEnumerator<'T>
    end
JScript
protected class Enumerator implements IEnumerator<T>

Inheritance Hierarchy

System..::..Object
  Tools.CollectionsT.GenericT..::..Wrapper<(Of <(<'T>)>)>..::..Enumerator

See Also