Type-specific enumeration class, used by ConstructorDeclarationCollection.GetEnumerator.

Namespace:  Refly.CodeDom.Collections
Assembly:  Refly (in Refly.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class Enumerator : IEnumerator
Visual Basic (Declaration)
Public Class Enumerator _
	Implements IEnumerator

Inheritance Hierarchy

System..::.Object
  Refly.CodeDom.Collections..::.ConstructorDeclarationCollection..::.Enumerator

See Also