System.Windows.Markup.ContentWrapperAttribute.ContentWrapperAttribute C# (CSharp) Méthode

ContentWrapperAttribute() public méthode

public ContentWrapperAttribute ( Type contentWrapper ) : System
contentWrapper System.Type
Résultat System
		public ContentWrapperAttribute (Type contentWrapper)
		{
			ContentWrapper = contentWrapper;
		}