Persistate API documentation
GetEnumerator Method
NamespacesPersistate.LanguageErrorTokenGetEnumerator()()()()

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

Obtains an enumerator for this ErrorToken.
Declaration Syntax
C#
public IEnumerator<ErrorToken> GetEnumerator()
Return Value
The enumerator.
Remarks
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.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)