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