CustomAttributeValue<TType> 構造体

定義

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)

型パラメーター

TType

属性の種類。

継承
CustomAttributeValue<TType>

コンストラクター

名前 説明
CustomAttributeValue<TType>(ImmutableArray<CustomAttributeTypedArgument<TType>>, ImmutableArray<CustomAttributeNamedArgument<TType>>)

指定した固定引数と名前付き引数を使用して、 CustomAttributeValue<TType> 構造体の新しいインスタンスを初期化します。

プロパティ

名前 説明
FixedArguments

カスタム属性の固定引数を取得します。

NamedArguments

カスタム属性値の名前付き引数を取得します。

適用対象