CustomAttributeValue<TType> Struktura

Definicja

Reprezentuje atrybut niestandardowy typu określonego przez 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 atrybutu.

Dziedziczenie
CustomAttributeValue<TType>

Konstruktory

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

Inicjuje CustomAttributeValue<TType> nowe wystąpienie struktury przy użyciu określonych stałych argumentów i nazwanych argumentów.

Właściwości

FixedArguments

Pobiera stałe argumenty atrybutu niestandardowego.

NamedArguments

Pobiera nazwane argumenty dla wartości atrybutu niestandardowego.

Dotyczy