 | SystemExDelay 方法 |
Sweet 开发框架
Delays the specified ms.
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void Delay(
int ms
)
Public Shared Sub Delay (
ms As Integer
)
static member Delay :
ms : int -> unit
参数
- ms
- 类型:SystemInt32
The ms.
参见