WorkItem.Insert<T>(Int32, T) Method

Definition

Inserts an object of the specified type at the specified position in the array of objects that the WorkItem object contains.

public void Insert<T> (int ordinal, T value);
member this.Insert : int * 'T -> unit
Public Sub Insert(Of T) (ordinal As Integer, value As T)

Type Parameters

T

Parameters

ordinal
Int32
value
T

Applies to