CustomAttributeValue<TType> Struktura

Definice

Představuje vlastní atribut typu určeného parametrem TType.

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

Parametry typu

TType

Typ atributu.

Dědičnost
CustomAttributeValue<TType>

Konstruktory

CustomAttributeValue<TType>(ImmutableArray<CustomAttributeTypedArgument<TType>>, ImmutableArray<CustomAttributeNamedArgument<TType>>)

Inicializuje novou instanci struktury pomocí zadaných CustomAttributeValue<TType> pevných argumentů a pojmenovaných argumentů.

Vlastnosti

FixedArguments

Získá pevné argumenty pro vlastní atribut.

NamedArguments

Získá pojmenované argumenty pro hodnotu vlastní atribut.

Platí pro