Lucene.Net 1.4.3 Class Library

PriorityQueue.Pop Method 

Removes and returns the least element of the PriorityQueue in log(size) time.

public object Pop();

See Also

PriorityQueue Class | Lucene.Net.Util Namespace