APRlib

SetBase.Insert Method 

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

protected void Insert(
   int index,
   object value
);

Parameters

index
value

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