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

获取参数的值。

适用于