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

Namespace:  MbUnit.Core.Collections
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1502 (2.4.2.1502)

Syntax

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

Inheritance Hierarchy

System..::.Object
  MbUnit.Core.Collections..::.RunCollection..::.Enumerator

See Also