GetEnumerator method

Returns an enumerator that iterates through the SAErrorCollection.

Syntax
Visual Basic

NotOverridable Public Function GetEnumerator() As IEnumerator
C#

public IEnumerator GetEnumerator();
Return value

An [external link] IEnumerator for the SAErrorCollection.

See also