An NDoc Documented Class Library

SourceLineReadCallback Delegate

This callback is used by parser to notify read source line. Use parser.LineText to get line source.

public delegate void SourceLineReadCallback(
   Parser parser,
   int lineStart,
   int lineLength
);

Requirements

Namespace: GoldParser

Assembly: GoldParser (in GoldParser.dll)

See Also

GoldParser Namespace