private void SetInnerType(KeyType ContentField) { this.ContentField = ((KeyType)(XTypedServices.GetCloneIfRooted(ContentField))); XTypedServices.SetName(this, this.ContentField); }
/// <summary> /// <para> /// KeyType describes the abstract type which defines the Key element. /// </para> /// </summary> public Key(KeyType content) { SetInnerType(content); }