Dela via


ServiceTypeList.Insert(Int32, ServiceType) Method

Definition

Inserts an element into the ServiceTypeList at the specified index.

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

Parameters

index
Int32

The index.

item
ServiceType

The item to insert.

Implements

Applies to