Removes the occurrence of each element of the specified ICollection from the LinkedSet.
[Visual Basic]
Overrides Overloads Public Function Remove( _
ByVal collection As ICollection _
) As Boolean Implements _
ISet.Remove
true
if the LinkedSet is modified; otherwise false
.
Exception Type | Condition |
---|---|
System.NotSupportedException | The LinkedSet is read-only. -or-The LinkedSet has a fixed size. |
System.ArgumentNullException |
The collection is a null reference
(Nothing in Visual Basic).
|
LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace | LinkedSet.Remove Overload List