CustomAttributeNamedArgument<TType> Struktura

Definice

Představuje pojmenovaný argument dekódovaný z podpisu vlastního atributu.

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

Parametry typu

TType

Typ používaný k reprezentaci typů hodnot dekódovaných z podpisu vlastního atributu.

Dědičnost
CustomAttributeNamedArgument<TType>

Konstruktory

CustomAttributeNamedArgument<TType>(String, CustomAttributeNamedArgumentKind, TType, Object)

Inicializuje novou instanci CustomAttributeNamedArgument<TType> struktury pomocí zadaného názvu, druhu, typu a hodnoty.

Vlastnosti

Kind

Získá typ argumentu.

Name

Získá název argumentu.

Type

Získá typ argumentu.

Value

Získá hodnotu argumentu.

Platí pro