Click or drag to resize
DigitalRuneReadOnlyWeakCollectionTICollectionTRemove Method
Not supported.

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 be removed.

Return Value

Type: Boolean
.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
NotSupportedExceptionThis collection is read-only.
See Also