dncollections

This library provides Array-Linked-List based Lists,Stacks and Queues.

dylan.NET.Collections Namespace

This namespace contains the List, Stack and Queue collections.

Type Description
ALList A list of Items accesible via Indices like in ArrayLists and via Next/Previous like in a Doubly-Linked-List.
ALQueue Documentation for this section has not yet been entered.
ALStack Documentation for this section has not yet been entered.
Item An item that can be placed in an ALList, ALQueue or ALStack.
SearchDelegate A way to supply a method that returns yes or no according to conformance of object to a condition.