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