I miss the LinkedList class in System.Collections.Specialized very often. It would be of great use in the framework. An additional ArrayOfLinkedLists class would be great too (e.g. for implementation of a graph).
Regards,
David van LeerdamYou can find a LinkedList in the System.Collection.Generic namespace
System.Collections.Generic.LinkedList<T>
System.Collections.Generic.LinkedListNode<T
0 comments:
Post a Comment