[This is preliminary documentation and is subject to change.]
Obtains an enumerator for this ErrorToken.
| C# |
public IEnumerator<ErrorToken> GetEnumerator()
The enumerator.
If this token contains a single error, then there will be a single
iteration returning this object. If this contains a collection of
ErrorTokens, the iteration will return each in turn.