Quantcast
Viewing all articles
Browse latest Browse all 11

.NET Linked List

>(Note: This is a really old entry that I’m keeping around for historical purposes. Recent releases of the .NET Framework now include a generic linked-list class, as well as other generic containers.)

The .NET framework does not have a generic linked list class among the collection classes in System.Collections. This article describes a linked list class that I wrote that implements System.Collections.IList as well as a new linked-list interface and a bi-directional iterator.

Share

Viewing all articles
Browse latest Browse all 11

Trending Articles