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

Returns an enumerator that iterates through the collection.

Namespace: Tools.ComponentModelT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public IEnumerator<Exception> GetEnumerator()
Visual Basic
Public Function GetEnumerator As IEnumerator(Of Exception)
Visual C++
public:
virtual IEnumerator<Exception^>^ GetEnumerator() sealed
F#
abstract GetEnumerator : unit -> IEnumerator<Exception> 
override GetEnumerator : unit -> IEnumerator<Exception> 
JScript
public final function GetEnumerator() : IEnumerator<Exception>

Return Value

A IEnumerator<(Of <(<'T>)>)> that can be used to iterate through the collection.

Implements

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

See Also