DefaultTypeArgumentAttribute(Type) Construtor

Definição

Cria uma instância da classe DefaultTypeArgumentAttribute com um tipo padrão especificado.

public:
 DefaultTypeArgumentAttribute(Type ^ type);
public DefaultTypeArgumentAttribute (Type type);
new System.Activities.Presentation.DefaultTypeArgumentAttribute : Type -> System.Activities.Presentation.DefaultTypeArgumentAttribute
Public Sub New (type As Type)

Parâmetros

type
Type

O Type padrão para parâmetros genéricos.

Aplica-se a