Gets a value indicating whether access to the
ICollection is synchronized (thread safe).
Namespace:
ESRI.ArcGISExplorer.Data
Assembly:
ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public virtual bool IsSynchronized { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property IsSynchronized As Boolean |
Field Value
Return Value
true if access to the
ICollection is synchronized (thread safe); otherwise, false.
Implements
ICollection..::.IsSynchronizedSee Also