CustomAttributeTypedArgument<TType> Struktura

Definice

Představuje typový argument pro atribut vlastních metadat.

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)

Parametry typu

TType

Typ argumentu.

Dědičnost
CustomAttributeTypedArgument<TType>

Konstruktory

CustomAttributeTypedArgument<TType>(TType, Object)

Inicializuje novou instanci CustomAttributeTypedArgument<TType> struktury pomocí zadaného typu argumentu a hodnoty.

Vlastnosti

Type

Získá typ argumentu.

Value

Získá hodnotu argumentu.

Platí pro