Click or drag to resize
DigitalRuneDequeTICollectionTRemove Method

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
bool ICollection<T>.Remove(
	T item
)

Parameters

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

Return Value

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

Implements

ICollectionTRemove(T)
Exceptions
See Also