Microsoft.Samples.Collections

Heap.IsSynchronized Property

Gets a value indicating whether access to the heap is synchronized (thread-safe). As this is an unsynchronized heap, it will aways return false.

public virtual bool IsSynchronized {get;}

Property Value

Whether this Heap is synchronized

Implements

ICollection.IsSynchronized

See Also

Heap Class | Microsoft.Samples.Collections Namespace