Exemplo n.º 1
0
 private void SetInnerType(UnlimitedInteger_Type ContentField)
 {
     this.ContentField=((UnlimitedInteger_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Exemplo n.º 2
0
 public UnlimitedInteger(UnlimitedInteger_Type content)
 {
     SetInnerType(content);
 }