Joutsen v0.5.0+13-g90b76d2
List of all members
Joutsen.Collections.Generic.Set< ItemType > Interface Template Reference

An interface for collections of unique items. More...

Additional Inherited Members

- Public Member Functions inherited from Joutsen.Collections.Generic.Collection< ItemType >
bool Contains (ItemType item, SCG.IEqualityComparer< ItemType > comparer)
 Checks if an item is part of the collection. More...
 
void Add (SCG.IEnumerable< ItemType > items)
 Adds multiple items to the collection. More...
 

Detailed Description

An interface for collections of unique items.

Since
0.4.0