System.Windows.Markup.ContentWrapperAttribute.ContentWrapperAttribute C# (CSharp) Method

ContentWrapperAttribute() public method

public ContentWrapperAttribute ( Type contentWrapper ) : System
contentWrapper System.Type
return System
		public ContentWrapperAttribute (Type contentWrapper)
		{
			ContentWrapper = contentWrapper;
		}