I have a requirement for link开发者_如何转开发ed list type traversing in c#, What structure i should use for my project Please suggest..
eh, a System.Collections.Generic.LinkedList<T>
maybe? See http://msdn.microsoft.com/en-us/library/he2s3bh7.aspx
Here is some examples
C# Generics Recipes—Implementing a Linked List
Linked Lists
Using Linked List in C#
精彩评论