Beispiel #1
0
 void SetMethodDeclarationLineWithOffset(int line, string text, int offset)
 {
     methodHelper.FunctionStartsAtLine(line);
     SetDocumentLineText(line, text, offset);
 }