Removes all objects from the Queue.
Queue.Count is set to zero, and references to other objects from elements of the collection are also released.
The capacity remains unchanged. To reset the capacity of the Queue, call Queue.TrimToSize. Trimming an empty Queue sets the capacity of the Queue to the default capacity.
This method is an O(n) operation, where n is Queue.Count.