IsSynchronized Property
IsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
Declaration
[Browsable(false)]
public virtual bool IsSynchronized { get; }
<Browsable(False)>
Public Overridable ReadOnly Property IsSynchronized As Boolean
Implements