Hi guys:

We've been weeding out errors off of a java->c# project and have managed to redeem most of our code with the exception of one bug that we for some reason cannot pin down.

The following is an implementation of Linked List class for any item "E" (that also implements IMatchable for itself). It defines "LinkedList " as a recursive datatype with no separate "Cell" or "Node"...