CustomAttributeTypedArgument<TType> Struktur

Definition

Stellt ein typiertes Argument für ein benutzerdefiniertes Metadaten-Attribut 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

Name Beschreibung
CustomAttributeTypedArgument<TType>(TType, Object)

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

Eigenschaften

Name Beschreibung
Type

Ruft den Typ des Arguments ab.

Value

Ruft den Wert des Arguments ab.

Gilt für: