Exemplo n.º 1
0
 /// <inheritdoc />
 public T Dequeue()
 {
     return(_heap.ExtractValue());
 }