CustomAttributeNamedArgument<TType> Costruttore

Definizione

Inizializza una nuova istanza della CustomAttributeNamedArgument<TType> struttura utilizzando il nome, il tipo, il tipo e il valore specificati.

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)

Parametri

name
String

Nome dell'argomento.

kind
CustomAttributeNamedArgumentKind

Tipo di argomento.

type
TType

Tipo dell'argomento.

value
Object

Valore dell'argomento.

Si applica a