 | KeyScope 构造函数 (Int32, Int32) |
Sweet 开发框架
构造函数
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public KeyScope(
int theMin,
int theMax
)
Public Sub New (
theMin As Integer,
theMax As Integer
)
new :
theMin : int *
theMax : int -> KeyScope
参数
- theMin
- 类型:SystemInt32
最小值 - theMax
- 类型:SystemInt32
最大值
参见