IsSynchronized Property
IsSynchronized
Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).
Declaration
public bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Implements