Method Scan
Scan(TextReader, IScanHandler)
Invoke a scanner.
Declaration
void Scan(TextReader br, IScanHandler handler)
Parameters
Type | Name | Description |
---|---|---|
TextReader | br | A source of characters to scan |
IScanHandler | handler | A IScanHandler to report events to |