Share via


ProvisionedFabricCodeVersionList.Remove(ProvisionedFabricCodeVersion) Method

Definition

Remove the specified item from this list

public bool Remove (System.Fabric.Query.ProvisionedFabricCodeVersion item);
abstract member Remove : System.Fabric.Query.ProvisionedFabricCodeVersion -> bool
override this.Remove : System.Fabric.Query.ProvisionedFabricCodeVersion -> bool
Public Function Remove (item As ProvisionedFabricCodeVersion) As Boolean

Parameters

item
ProvisionedFabricCodeVersion

The item to remove.

Returns

The list with removed item.

Implements

Applies to