Types in Base2art.Collections

Interfaces

IReadOnlyArrayList`1

Represents a read-only collection of elements that can be accessed by index.

Classes

DelegatedTopologicallySortedCollection`2

A collection that sorts things topolocigally, that is setup with delegates. Think of a directed graph, or a dependency tree when looking for example usages.

EnumerableExtender

A set of extension methods for System.Collections.Generic.IEnumerable`1.

Range

A set of utility classes that generate ranges of data.

TopologicallySortedCollection`2

A collection that sorts things topolocigally. Think of a directed graph, or a dependency tree when looking for example usages.