Property Count
Count
Returns the number of elements currently stored in the PriorityQueue<T>. NOTE: This was size() in Lucene.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Returns the number of elements currently stored in the PriorityQueue<T>. NOTE: This was size() in Lucene.
public int Count { get; }
Type | Description |
---|---|
System.Int32 |