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