Method GetSyntaxErrors
GetSyntaxErrors(IList<ISyntaxError>)
When implemented by a class, retrieves all syntax errors that ISyntaxParser
found while analyzing the text.
int GetSyntaxErrors(IList<ISyntaxError> errors)
Parameters
errors
IList<ISyntaxError>Retrieves a collection of syntax error.
Returns
- int
Number of syntax errors that are found.