CustomAttributeNamedArgument<TType> Costruttore

Definizione

Inizializza una nuova istanza della struttura CustomAttributeNamedArgument<TType> con il nome, la tipologia, 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

Il nome dell’argomento.

kind
CustomAttributeNamedArgumentKind

Tipologia dell'argomento.

type
TType

Il tipo di argomento.

value
Object

Valore dell'argomento.

Si applica a