NameValueCollection.Remove(NameValue) Method

Definition

Removes the first occurrence of the specified item from the collection.

public bool Remove (Microsoft.Hpc.Scheduler.NameValue item);
abstract member Remove : Microsoft.Hpc.Scheduler.NameValue -> bool
override this.Remove : Microsoft.Hpc.Scheduler.NameValue -> bool
Public Function Remove (item As NameValue) As Boolean

Parameters

item
NameValue

The name/value pair to remove from the collection.

Returns

Is true if the item is found and removed from the collection; otherwise, false.

Implements

Applies to