Base class for all types of elements.
Basic interface for all types of elements.
Basic interface for all types of sets.
int? Size
Size of set, if finite and known, otherwise null is returned.
bool Contains(IElement Element)
Checks if the set contains an element.