CustomAttributeNamedArgument<TType> Struct
Definizione
Rappresenta un argomento con nome decodificato da una firma di attributo personalizzato.Represents a named argument decoded from a custom attribute signature.
generic <typename TType>
public value class CustomAttributeNamedArgument
public struct CustomAttributeNamedArgument<TType>
type CustomAttributeNamedArgument<'ype> = struct
Public Structure CustomAttributeNamedArgument(Of TType)
Parametri di tipo
- TType
Tipo utilizzato per rappresentare i tipi di valori decodificati dalla firma dell'attributo personalizzato.The type used to represent types of values decoded from the custom attribute signature.
- Ereditarietà
Costruttori
CustomAttributeNamedArgument<TType>(String, CustomAttributeNamedArgumentKind, TType, Object) |
Inizializza una nuova istanza della struttura CustomAttributeNamedArgument<TType> con il nome, la tipologia, il tipo e il valore specificati.Initializes a new instance of the CustomAttributeNamedArgument<TType> structure using the specified name, kind, type, and value. |
Proprietà
Kind |
Ottiene la tipologia dell'argomento.Gets the kind of argument. |
Name |
Ottiene il nome dell'argomento.Gets the name of the argument. |
Type |
Ottiene il tipo dell'argomento.Gets the type of the argument. |
Value |
Ottiene il valore dell'argomento.Gets the value of the argument. |