DefaultTypeArgumentAttribute(Type) Construtor

Definição

Cria uma instância da DefaultTypeArgumentAttribute classe 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 padrão Type para parâmetros genéricos.

Aplica-se a