IListIterator

I decided to do away with this code. I started writing a linked list, and I realized just how awful this implementation was. If you need a collection that implements bi-directional iteration then go check out my C# linked list class instead.