ConcurrentListTInsert 方法
Inserts an item to the
IListT at the specified index.
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
public void Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
abstract Insert :
index : int *
item : 'T -> unit
override Insert :
index : int *
item : 'T -> unit
- index Int32
- The zero-based index at which item should be inserted.
- item T
- The object to insert into the IListT.
IListTInsert(Int32, T)