Share via


PSResourceGraphResponse<PSObject>.ICollection<PSObject>.Remove Method

Definition

bool ICollection<PSObject>.Remove (PSObject item);
abstract member System.Collections.Generic.ICollection<PSObject>.Remove : 'PSObject -> bool
override this.System.Collections.Generic.ICollection<PSObject>.Remove : 'PSObject -> bool
Function Remove (item As PSObject) As Boolean Implements ICollection(Of PSObject).Remove

Parameters

item
PSObject

Returns

Implements

Applies to