pmMDA.NET

LinkedCollection.AddAll Method 

[This is preliminary documentation and subject to change.]

Adds all items of the c to this linked collection.

public void AddAll(
   ICollection c
);

Parameters

c
The collection of items to add.

Remarks

If an item of the c is already in this collection it will be omitted.

Exceptions

Exception Type Condition
ArgumentNullException c is a null reference.
ArgumentException The c contains null references.

See Also

LinkedCollection Class | PmMda.Net.Dog.Paging Namespace