public TemporaryDeIndentRule(IndentableCodeFile codeFile)
     : base(codeFile)
 {
 }
Пример #2
0
 public PreIndentRule(IndentableCodeFile codeFile)
     : base(codeFile)
 {
 }
Пример #3
0
 public IndentRule(IndentableCodeFile codeFile)
 {
     CodeFile = codeFile;
 }