IIntCollection.Remove(Int32) Method

Definition

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

public bool Remove (int item);
abstract member Remove : int -> bool
Public Function Remove (item As Integer) As Boolean

Parameters

item
Int32

The integer item to remove from the collection.

Returns

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

Implements

Applies to