Пример #1
0
 private void SetInnerType(Binary_Type ContentField)
 {
     this.ContentField=((Binary_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Пример #2
0
 public Binary(Binary_Type content)
 {
     SetInnerType(content);
 }