示例#1
0
 private void SetInnerType(UnaryLogicOpType ContentField)
 {
     this.ContentField=((UnaryLogicOpType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
示例#2
0
 public Not(UnaryLogicOpType content) :
     base(true)
 {
     SetInnerType(content);
 }