CustomAttributeTypedArgument<TType>(TType, Object) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da CustomAttributeTypedArgument<TType> estrutura usando o tipo e valor de argumento especificados.
public:
CustomAttributeTypedArgument(TType type, System::Object ^ value);
public CustomAttributeTypedArgument(TType type, object? value);
public CustomAttributeTypedArgument(TType type, object value);
new System.Reflection.Metadata.CustomAttributeTypedArgument<'ype> : 'ype * obj -> System.Reflection.Metadata.CustomAttributeTypedArgument<'ype>
Public Sub New (type As TType, value As Object)
Parâmetros
- type
- TType
O tipo de discussão.
- value
- Object
O valor do argumento.