Table of Contents

Property IsSynchronized

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsSynchronized

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

public abstract bool IsSynchronized { get; }

Property Value

bool

true if access to the ICollection is synchronized (thread safe); otherwise, false.