Heres the thing, I have a class call HoldQueue it needs to hold a list of another class LeftistHeaps which will be a heap of another class TaskObject. LeftistHeap has to be defined as generic, but...