コード例 #1
0
 public NegateableExpr(RegExprAssert assert) : base(assert)
 {
 }
コード例 #2
0
 public Expr(RegExprAssert assert)
 {
     Assert = assert;
 }