public PriorityQueue(
int priorityLevels
)
Public Sub New (
priorityLevels As Integer
)
public:
PriorityQueue(
int priorityLevels
)
Gemstone.Threading.Collections.PriorityQueue = function(priorityLevels);
ArgumentException | priorityLevels is less than or equal to 0. |