APRlib

SupportClass.ListCollectionSupport.AddAll Method (Int32, IList)

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

public virtual bool AddAll(
   int index,
   IList list
);

Parameters

index
Position at which to add the first element from the specified collection.
list
The list 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.ListCollectionSupport Class | (global) Namespace | SupportClass.ListCollectionSupport.AddAll Overload List