CustomAttributeTypedArgument<TType> Structure

Définition

Représente un argument typé pour un attribut de métadonnées personnalisé.

generic <typename TType>
public value class CustomAttributeTypedArgument
public readonly struct CustomAttributeTypedArgument<TType>
public struct CustomAttributeTypedArgument<TType>
type CustomAttributeTypedArgument<'ype> = struct
Public Structure CustomAttributeTypedArgument(Of TType)

Paramètres de type

TType

Type de l’argument.

Héritage
CustomAttributeTypedArgument<TType>

Constructeurs

Nom Description
CustomAttributeTypedArgument<TType>(TType, Object)

Initialise une nouvelle instance de la CustomAttributeTypedArgument<TType> structure à l’aide du type et de la valeur d’argument spécifiés.

Propriétés

Nom Description
Type

Obtient le type de l’argument.

Value

Obtient la valeur de l’argument.

S’applique à