Articles tagged with "collections"

A circular buffer implementing IList
A fully generic ordered dictionary class in C#
A B-tree, an AVL tree, and a Splay tree in C#
This tip shows you a robust way to get the type of items a collection can hold. It works with non-generic collections too.
Easily implement efficient backtracking capabilities over any enumeration
Make your code more efficient by hacking your compiler to improve its optimization capabilities
Easily compare collections for equality