Share via


TestCommandStatusList.Insert(Int32, TestCommandStatus) Method

Definition

Inserts the item at the specified index.

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

Parameters

index
Int32

The location where the item will be inserted.

item
TestCommandStatus

The item to insert.

Implements

Applies to