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

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

適用対象