Example #1
0
 private void SetInnerType(PropertyIsNullType ContentField)
 {
     this.ContentField=((PropertyIsNullType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
     base.SetSubstitutionMember(ContentField);
 }
Example #2
0
 public PropertyIsNull(PropertyIsNullType content) :
     base(true)
 {
     SetInnerType(content);
 }