The properties of the Heap class are listed below. For a complete list of Heap class members, see the Heap Members topic.
Count | Returns a value indicating the number of objects in the heap. Read-only |
IsSynchronized | Gets a value indicating whether access to the heap is synchronized (thread-safe). As this is an unsynchronized heap, it will aways return false. |
SyncRoot | Gets an object that can be used to synchronize access to the heap |
Heap Class | Microsoft.Samples.Collections Namespace