Skip to content

M_Cyjb_Collections_PooledList_1_Insert_2

CYJB edited this page Mar 20, 2024 · 2 revisions

PooledList(T).Insert 方法 (Int32, T, Int32)

将指定元素重复多次插入到当前列表的指定索引处。

Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public void Insert(
	int index,
	T item,
	int count
)

参数

 

index
Type: System.Int32
从零开始的索引,应在该位置插入 item
item
Type: T
要插入到当前列表的元素。
count
Type: System.Int32
要重复的次数。

Exceptions

 

异常 条件
ArgumentOutOfRangeException index 不是当前列表中的有效索引。
ArgumentOutOfRangeException count 小于 0。

参见

Reference

PooledList(T) 类
Insert 重载
Cyjb.Collections 命名空间

Clone this wiki locally