Example #1
0
 private void SetInnerType(ElementSetNameType ContentField)
 {
     this.ContentField=((ElementSetNameType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 public ElementSetName(ElementSetNameType content)
 {
     SetInnerType(content);
 }