Exemplo n.º 1
0
 public IEnumerable <DocumentLine> GetLinesStartingAt(int startLine)
 {
     return(splitter.GetLinesStartingAt(startLine));
 }