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

获取参数的值。

适用于