ConcurrentListTInsert 方法
Inserts an item to the
IListT at the specified index.
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
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)