CustomAttributeNamedArgument<TType> Constructor

Definición

Inicializa una nueva instancia de la estructura CustomAttributeNamedArgument<TType> mediante el nombre, tipo y valor especificados.

public:
 CustomAttributeNamedArgument(System::String ^ name, System::Reflection::Metadata::CustomAttributeNamedArgumentKind kind, TType type, System::Object ^ value);
public CustomAttributeNamedArgument (string? name, System.Reflection.Metadata.CustomAttributeNamedArgumentKind kind, TType type, object? value);
public CustomAttributeNamedArgument (string name, System.Reflection.Metadata.CustomAttributeNamedArgumentKind kind, TType type, object value);
new System.Reflection.Metadata.CustomAttributeNamedArgument<'ype> : string * System.Reflection.Metadata.CustomAttributeNamedArgumentKind * 'ype * obj -> System.Reflection.Metadata.CustomAttributeNamedArgument<'ype>
Public Sub New (name As String, kind As CustomAttributeNamedArgumentKind, type As TType, value As Object)

Parámetros

name
String

El nombre del argumento.

kind
CustomAttributeNamedArgumentKind

Tipo del argumento.

type
TType

Tipo del argumento.

value
Object

Valor del argumento.

Se aplica a