APRlib

SupportClass.CollectionSupport.Add Method 

Adds an specified element to the collection.

public virtual bool Add(
   object element
);

Parameters

element
The element to be added.

Return Value

Returns true if the element was successfuly added. Otherwise returns false.

See Also

SupportClass.CollectionSupport Class | (global) Namespace