Adds the elements of an ICollection to the end of the LinkedSet.
[Visual Basic]
Overrides Overloads Public Function Add( _
ByVal collection As ICollection _
) As Boolean Implements _
ISet.Add
true
if the LinkedSet is modified; otherwise false
.
Exception Type | Condition |
---|---|
System.ArgumentNullException |
The collection is a null reference
(Nothing in Visual Basic).
|
LinkedSet Class | LinkedSet Members | Foley.Utilities.Collections Namespace | LinkedSet.Add Overload List