CustomAttributeTypedArgument<TType> Struktur

Definition

Stellt ein typisiertes Argument für ein benutzerdefiniertes Metadatenattribut dar.

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)

Typparameter

TType

Der Typ des Arguments.

Vererbung
CustomAttributeTypedArgument<TType>

Konstruktoren

CustomAttributeTypedArgument<TType>(TType, Object)

Initialisiert eine neue Instanz der CustomAttributeTypedArgument<TType>-Struktur mithilfe des angegebenen Argumenttypen und -werts.

Eigenschaften

Type

Ruft den Typ des Arguments ab.

Value

Ruft den Wert des Arguments ab.

Gilt für