 | ConfigIndexAttribute 构造函数 |
Sweet 开发框架 配置序号特性
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public ConfigIndexAttribute(
int index,
bool show = true
)
Public Sub New (
index As Integer,
Optional show As Boolean = true
)
new :
index : int *
?show : bool
(* Defaults:
let _show = defaultArg show true
*)
-> ConfigIndexAttribute
参数
- index
- 类型:SystemInt32
序号 - show (Optional)
- 类型:SystemBoolean
是否显示
参见