Bagikan melalui


ServiceTypeList.Add(ServiceType) Method

Definition

Adds an object to the end of the ServiceTypeList.

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

Parameters

item
ServiceType

The item to add.

Implements

Applies to