Share via


DeployedCodePackageList.Insert(Int32, DeployedCodePackage) Method

Definition

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
System.Int32

Implements

System.Collections.Generic.IList`1.Insert(System.Int32,`0)

Applies to