Table of Contents

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>

Denotes a node in a loosely linked list

LooselyLinkedList<T>

Denotes a loosely linked list implementation

OrderedSet<T>

Denotes an implementation of an ordered set

ReadOnlyListSelection<TSource, T>

Denotes a readonly view on a list selection

ReadOnlyOrderedSet<T>

Denotes a readonly ordered set view

Interfaces

IOrderedSetExpression<T>

Represents an ordered set that can be accessed incrementally, i.e. with change notifications

IOrderedSet<T>

Defines an ordered Set