| ReadOnlyWeakCollectionTICollectionTRemove Method |
Not supported.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax bool ICollection<T>.Remove(
T item
)
Private Function Remove (
item As T
) As Boolean Implements ICollection(Of T).Remove
private:
virtual bool Remove(
T item
) sealed = ICollection<T>::Remove
private abstract Remove :
item : 'T -> bool
private override Remove :
item : 'T -> bool
Parameters
- item
- Type: T
The object to be removed.
Return Value
Type:
Boolean.
Implements
ICollectionTRemove(T)Exceptions See Also