private void SetInnerType(Binary_Type ContentField) { this.ContentField=((Binary_Type)(XTypedServices.GetCloneIfRooted(ContentField))); XTypedServices.SetName(this, this.ContentField); }
public Binary(Binary_Type content) { SetInnerType(content); }