[This is preliminary documentation and is subject to change.]
Returns an enumerator that iterates through the collection.
Namespace: Tools.ComponentModelTAssembly: 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> |