System.Windows.Markup.ContentWrapperAttribute.ContentWrapperAttribute C# (CSharp) Метод

ContentWrapperAttribute() публичный Метод

public ContentWrapperAttribute ( Type contentWrapper ) : System
contentWrapper System.Type
Результат System
		public ContentWrapperAttribute (Type contentWrapper)
		{
			ContentWrapper = contentWrapper;
		}