Share via


TestCommandStatusList.Add(TestCommandStatus) Method

Definition

Adds the specified item to the list.

public void Add (System.Fabric.Query.TestCommandStatus item);
abstract member Add : System.Fabric.Query.TestCommandStatus -> unit
override this.Add : System.Fabric.Query.TestCommandStatus -> unit
Public Sub Add (item As TestCommandStatus)

Parameters

item
TestCommandStatus

The item to be added to the list.

Implements

Applies to