PriorityQueue<T>.Count property

Gets the number of elements contained in the PriorityQueue.

public int Count { get; }

Return Value

The number of elements contained in the PriorityQueue.

See Also