APRlib

SupportClass.ListCollectionSupport.AddAll Method

Adds all the elements contained in the specified support class collection.

Overload List

Adds all the elements contained in the specified support class collection.

public virtual bool AddAll(CollectionSupport);

Adds all the elements contained in the specified collection.

public virtual bool AddAll(IList);

Adds all the elements contained into the specified support class collection, starting at the specified position.

public virtual bool AddAll(int,CollectionSupport);

Adds all the elements contained into the specified collection, starting at the specified position.

public virtual bool AddAll(int,IList);

See Also

SupportClass.ListCollectionSupport Class | (global) Namespace