monoGIS Class Reference

DictionarySet. Method 

Adds the specified element to this set if it is not already present.

public override bool (
   Object o
);

Parameters

Object
The object to add to the set.

Return Value

true is the object was added, false if it was already present.

Implements

ISet.

See Also

DictionarySet Class | Iesi.Collections Namespace