Share via


DeployedApplicationList.Insert(Int32, DeployedApplication) Method

Definition

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

Parameters

index
System.Int32

Implements

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

Applies to