[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.DeprecatedAttribute

类 DeprecatedAttribute

是否弃用

继承
object
System.Attribute
DeprecatedAttribute
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public class DeprecatedAttribute : Attribute

构造函数

DeprecatedAttribute(string)

Constructor

声明
public DeprecatedAttribute(string message)
参数
类型 名称 描述
string message

属性

Message

弃用的提示信息

声明
public string Message { get; set; }
属性值
类型 描述
string