Share via


DeployedCodePackageList.Insert(Int32, DeployedCodePackage) Method

Definition

Inserts the item at the specified index.

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

Parameters

index
Int32

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

item
DeployedCodePackage

The object to insert into the list.

Implements

Applies to