pmMDA.NET

PagedSet.IsSynchronized Property

[This is preliminary documentation and subject to change.]

Gets a value indicating whether access to the ICollection is synchronized (thread-safe).

public override bool IsSynchronized {get;}

Property Value

true if access to this set is synchronized (thread-safe); otherwise, false.

Implements

ICollection.IsSynchronized

Remarks

A paged set is never thread safe.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace