CustomAttributeNamedArgument<TType> Construtor

Definição

Inicializa uma nova instância da estrutura CustomAttributeNamedArgument<TType> usando o nome, tipo e valor especificados.

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);

Parâmetros

name
String

O nome do argumento.

kind
CustomAttributeNamedArgumentKind

A variante do argumento.

type
TType

O tipo do argumento.

value
Object

O valor do argumento.

Aplica-se a