Namespace NMF.Collections.Generic
Classes
DecoratedSet<T>
Denotes an extensible implementation of a hashset
EmptyList<T>
Denotes an empty list
EnumerableDebuggerProxy<T>
A class that emulates any collection as an array for debugging support
LooselyLinkedListNode<T>
LooselyLinkedList<T>
Denotes a loosely linked list implementation
LooselyLinkedList<T>.Enumerator
OrderedSet<T>
ReadOnlyListSelection<TSource, T>
ReadOnlyOrderedSet<T>
Interfaces
IOrderedSetExpression<T>
Represents an ordered set that can be accessed incrementally, i.e. with change notifications
IOrderedSet<T>
Defines an ordered Set