APRlib

SupportClass.ListCollectionSupport.AddAll Method (Int32, CollectionSupport)

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

public virtual bool AddAll(
   int index,
   CollectionSupport collection
);

Parameters

index
Position at which to add the first element from the specified collection.
collection

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