Construct a heap specifying an object to perform comparisons between heap members and a dynamic allocation size.
When the heap runs out of storage it will allocate more in chunks sized at incrementSize multiplied by the storage size of object.When elements are removed from the heap, if it has too much stoarge by the amount incrementSize it will discard it.
Heap Class | Microsoft.Samples.Collections Namespace | Heap Constructor Overload List