Type: SystemInt32 The initial capacity for the queue.
order (Optional)
Type: Accord.CollectionsPriorityOrder The sort order for the queue. If set to Minimum,
items that have a smaller priority number are the next to be dequeued. If set to
Maximum, items with larger priority numbers are the ones
with higher priority and will be the next to be dequeued. Default is Minimum.