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

取得引數的值。

適用於