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

获取参数的值。

适用于