Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

CollectionBase<(Of <(<'T>)>)>..::..Remove Method

Must be overridden to allow removing items from this collection.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


public bool Remove(
	T item
)
Public Function Remove ( _
	item As T _
) As Boolean
public:
bool^ Remove(
	T item
)

Parameters

item
Type: T

Return Value

True if item existed in the collection and was removed. False if item did not exist in the collection.