public void RemoveLast(LinkedListNode <G> inNode) { throw new NotImplementedException(); }
public void AddFirst(LinkedListNode <G> inNode) { throw new NotImplementedException(); }