CustomAttributeTypedArgument<TType>(TType, Object) Construtor

Definição

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.

Aplica-se a