示例#1
0
 public ConditionalCompilationComment(Context context)
     : base(context)
 {
     Statements = new Block(context.FlattenToStart());
 }