 | LimitedQueueT 构造函数 |
Sweet 开发框架
定长队列
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public LimitedQueue(
int limit
)
Public Sub New (
limit As Integer
)
new :
limit : int -> LimitedQueue
参数
- limit
- 类型:SystemInt32
[缺少 "M:Sweet.Common.LimitedQueue`1.#ctor(System.Int32)" 的 <param name="limit"/> 文档]
参见