Esempio n. 1
0
 static int GetIndentationLevel(CodeLine line)
 {
     return(line.Line.TakeWhile(Char.IsWhiteSpace).Count());
 }