Class Types
| Class | Summary | 
|---|---|
| ObjectSequence | A generic wrapper around a not generic IEnumerable, Faithfully hoping that all items in the enumeration are of the same kind, otherwise it will throw a ClassCastException on access. | 
| ObjectSetWrapper |