APRlib

SetBase.Add Method 

Adds an element to the set.

protected bool Add(
   object objectToAdd
);

Parameters

objectToAdd
The object to be added.

Return Value

True if the object was added, false otherwise.

See Also

SetBase Class | edu.neu.ccs.demeter.APRlib.Collections Namespace