CustomAttributeTypedArgument<TType> 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示自訂中繼資料屬性的具型別引數。
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>(TType, Object) |
使用指定的引數類型與值,將 CustomAttributeTypedArgument<TType> 結構的新執行個體初始化。 |
屬性
Type |
取得引數型別。 |
Value |
取得引數的值。 |