System.Windows.Markup.ContentWrapperAttribute.ContentWrapperAttribute C# (CSharp) 메소드

ContentWrapperAttribute() 공개 메소드

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