Ejemplo n.º 1
0
 public PriorityQueue(PRIORITY_SORT_TYPE sortType)
 {
     SortType = sortType;
 }
Ejemplo n.º 2
0
 public PriorityQueue()
 {
     SortType = PRIORITY_SORT_TYPE.ASCENDING;
 }