Adds all the elements contained in the specified support class collection.
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);
SupportClass.ListCollectionSupport Class | (global) Namespace