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

取得引數的值。

適用於