Method GetSyntaxErrors
GetSyntaxErrors(IList<ISyntaxError>)
Retrieves all syntax errors found while analyzing the text.
public override int GetSyntaxErrors(IList<ISyntaxError> errors)
Parameters
errors
IList<ISyntaxError>Retrieves a collection of syntax error.
Returns
- int
Number of syntax errors that are found.