Int32Collection.Remove(Int32) Method

Definition

Removes an Int32 from the collection.

public:
 virtual bool Remove(int value);
public bool Remove (int value);
abstract member Remove : int -> bool
override this.Remove : int -> bool
Public Function Remove (value As Integer) As Boolean

Parameters

value
Int32

Identifies the Int32 to remove from the collection.

Returns

true if value was removed from the Int32Collection; otherwise, false.

Implements

Exceptions

The Int32Collection is read-only.

-or-

The Int32Collection has a fixed size.

Applies to

See also