When implemented by a class, removes each element of the specified ICollection from the set.
[Visual Basic]
Function Remove( _
ByVal collection As ICollection _
) As Boolean
true
if the set is modified; otherwise false
.
Exception Type | Condition |
---|---|
System.NotSupportedException | The set is read-only. -or-The set has a fixed size. |
ISet Interface | ISet Members | Foley.Utilities.Collections Namespace | ISet.Remove Overload List