Method GetSyntaxErrorAt
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetSyntaxErrorAt(int, int)
When implemented by a class, gets syntax error at specified position.
ISyntaxError GetSyntaxErrorAt(int x, int y)
Parameters
Returns
- ISyntaxError
ISyntaxError
object at specified position if succeed; otherwise null.