Returns a strongly-typed enumerator that iterates through the collection.

Namespace:  MbUnit.Framework.ContractVerifiers
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public IEnumerator<T> GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator(Of T)

Return Value

A strongly-typed enumerator.

Implements

IEnumerable<(Of <(T>)>)..::.GetEnumerator()()()

See Also