Table of Contents

NMF Collections

The goal of NMF Collections is to provide a library of collection classes that are missing in the .NET framework base class library. These classes are:

Opposite collections are collections that allow to easily set an indicator if an element is added to or removed from the collection.

All collections implement the ICollection interface. Lists and ordered sets implement the IList interface. Ordered sets and sets implement the ISet interface. Additionally, all collections also implement the INotifyCollection and ICollectionExpression interfaces from the Expressions project.