Share via


DeployedServicePackageList.Insert(Int32, DeployedServicePackage) Method

Definition

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

Parameters

index
System.Int32

Implements

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

Applies to