Share via


CustomAttributeTypedArgument<TType>(TType, Object) Constructor

Definición

Inicializa una nueva instancia de la estructura CustomAttributeTypedArgument<TType> mediante el valor y tipo 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

Tipo del argumento.

value
Object

El valor de argumento.

Se aplica a