votes
Double LinkedList trouble, object won't copy by value! Help.
Hello, I read an article on double linked lists on your previous site: http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=176 I implemented my version of the LinkedList. Even though C# has an excellent LinkedList class, ...
