CustomAttributeNamedArgument<TType> 構造体

定義

カスタム属性シグネチャからデコードされた名前付き引数を表します。

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)

型パラメーター

TType

カスタム属性シグネチャからデコードされた値の型を表すために使用される型。

継承
CustomAttributeNamedArgument<TType>

コンストラクター

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

指定した名前、種類、型、値を使用して、CustomAttributeNamedArgument<TType> 構造体の新しいインスタンスを初期化します。

プロパティ

Kind

引数の種類を取得します。

Name

引数の名前を取得します。

Type

引数の型を取得します。

Value

引数の値を取得します。

適用対象