M_Cyjb_Collections_ListQueue_1__ctor_1 - CYJB/Cyjb GitHub Wiki
使用指定集合的元素初始化 ListQueue(T) 类的新实例。
Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public ListQueue(
IEnumerable<T> source
)
- source
- Type: System.Collections.Generic.IEnumerable(T)
从中复制元素的集合。
异常 | 条件 |
---|---|
ArgumentNullException |
source 为 null 。 |