Click or drag to resize

CondensedCollectionTRemove Method

[This is preliminary documentation and is subject to change.]

Removes the first occurrence of a specific object from the collection.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public bool Remove(
	T item
)

Parameters

item
Type: T
The object to remove from the collection.

Return Value

Type: Boolean
true if item was successfully removed from the collection; otherwise, false. This method also returns false if item is not found in the original collection.

Implements

ICollectionTRemove(T)
See Also