APRlib

SetBase.AddRange Method 

Adds all the elements contained in the specified collection.

protected virtual bool AddRange(
   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

SetBase Class | edu.neu.ccs.demeter.APRlib.Collections Namespace