Share via


RepairTaskList.Insert(Int32, RepairTask) Method

Definition

Inserts an item to the RepairTaskList at the specified index.

public void Insert (int index, System.Fabric.Repair.RepairTask item);
abstract member Insert : int * System.Fabric.Repair.RepairTask -> unit
override this.Insert : int * System.Fabric.Repair.RepairTask -> unit
Public Sub Insert (index As Integer, item As RepairTask)

Parameters

index
Int32

The zero-based index at which item should be inserted.

item
RepairTask

The object to insert into the list.

Implements

Applies to