The PriorityQueue TValue type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Count |
The total number of items currently queued.
| |
| IsSynchronized |
Gets a value indicating whether access to the PriorityQueue is synchronized (thread safe). Always returns true.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the PriorityQueue. Throws an exception as all access is explicitly thread safe.
|
See Also