Property IsSynchronized
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.