IQueueTRemove Method | 
| Name | Description | |
|---|---|---|
| Remove | 
            Retrieves and removes the head of this queue.  This method differs
            from Poll only in that it throws an exception if this
            queue is empty.
              | |
| Remove(T) | (Inherited from ICollectionT.) | |
| Remove(Object) | 
            Removes a single instance of the specified element from this queue, if it is present
              |