Risotto.Collections - Kalkwst/Risotto GitHub Wiki
Risotto.Collections Namespace
Contains interfaces and classes that decorate and enhance various collections of objects, such as lists, queues and dictionaries.
In this page
Classes
Class | Description |
---|---|
AbstractCollectionDecorator | Provides the abstract base class for decorating ICollection instances |
PredicatedCollection | Decorates another ICollection to validate that additions match a specified predicate |