CustomAttributeTypedArgument<TType>(TType, Object) Construtor

Definição

Inicializa uma nova instância da estrutura CustomAttributeTypedArgument<TType> usando o tipo e o valor do argumento especificado.

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 do argumento.

value
Object

O valor do argumento.

Aplica-se a