Method GetEnumerator
| Improve this Doc View SourceGetEnumerator()
Returns an enumerator that iterates through the errors contained in the container.
Declaration
public IEnumerator<string> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<String> | An enumerator that can be used to iterate through the errors contained in the container. |