CustomAttributeNamedArgument<TType>.Type 属性
定义
获取参数的类型。Gets the type of the argument.
public:
property TType Type { TType get(); };
public TType Type { get; }
member this.Type : 'ype
Public ReadOnly Property Type As TType
属性值
- TType
参数类型。The argument type.
适用于