コード例 #1
0
 public void SetArgument2(object arg)
 {
     this.a2 = (IBooleanNode)arg;
 }
コード例 #2
0
 public OrOperator(IBooleanNode arg1, IBooleanNode arg2)
 {
     this.SetArgument1(arg1);
     this.SetArgument2(arg2);
 }