PriorityQueueT Properties |
The PriorityQueueT generic type exposes the following members.
Name | Description | |
---|---|---|
Comparer |
Gets the IComparerT used for comparing items type T.
| |
Count |
Gets the number of items contained in the PriorityQueueT.
|
Name | Description | |
---|---|---|
ICollectionTIsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
| |
ICollectionIsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized
(thread safe).
| |
ICollectionSyncRoot |
Gets an object that can be used to synchronize access to the PriorityQueueT.
|