コード例 #1
0
 public TemporaryDeIndentRule(IndentableCodeFile codeFile)
     : base(codeFile)
 {
 }
コード例 #2
0
 public PreIndentRule(IndentableCodeFile codeFile)
     : base(codeFile)
 {
 }
コード例 #3
0
ファイル: IndentRule.cs プロジェクト: rhale78/ExpressRecipe
 public IndentRule(IndentableCodeFile codeFile)
 {
     CodeFile = codeFile;
 }