CustomAttributeTypedArgument<TType> 構造体

定義

カスタム メタデータ属性の型指定された引数を表します。

generic <typename TType>
public value class CustomAttributeTypedArgument
public readonly struct CustomAttributeTypedArgument<TType>
public struct CustomAttributeTypedArgument<TType>
type CustomAttributeTypedArgument<'ype> = struct
Public Structure CustomAttributeTypedArgument(Of TType)

型パラメーター

TType

引数の型。

継承
CustomAttributeTypedArgument<TType>

コンストラクター

CustomAttributeTypedArgument<TType>(TType, Object)

指定した引数の型と値を使用して、CustomAttributeTypedArgument<TType> 構造体の新しいインスタンスを初期化します。

プロパティ

Type

引数の型を取得します。

Value

引数の値を取得します。

適用対象