Share via


ProvisionedFabricCodeVersionList.Add(ProvisionedFabricCodeVersion) Method

Definition

Adds the specified item to the list.

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

Parameters

item
ProvisionedFabricCodeVersion

The item to be added to the list.

Implements

Applies to