CustomAttributeNamedArgument<TType> Struktura

Definicja

Reprezentuje nazwany argument zdekodowany z sygnatury atrybutu niestandardowego.

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 używany do reprezentowania typów wartości zdekodowanych z sygnatury atrybutu niestandardowego.

Dziedziczenie
CustomAttributeNamedArgument<TType>

Konstruktory

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

Inicjuje CustomAttributeNamedArgument<TType> nowe wystąpienie struktury przy użyciu określonej nazwy, rodzaju, typu i wartości.

Właściwości

Kind

Pobiera rodzaj argumentu.

Name

Pobiera nazwę argumentu.

Type

Pobiera typ argumentu.

Value

Pobiera wartość argumentu.

Dotyczy