APRlib

SupportClass.CollectionSupport.AddAll Method (ICollection)

Adds all the elements contained in the specified collection.

public virtual bool AddAll(
   ICollection collection
);

Parameters

collection
The collection used to extract the elements that will be added.

Return Value

Returns true if all the elements were successfuly added. Otherwise returns false.

See Also

SupportClass.CollectionSupport Class | (global) Namespace | SupportClass.CollectionSupport.AddAll Overload List