Link Search Menu Expand Document

ChartCollectionIsSynchronized Property

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

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool IsSynchronized { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if access to the collection is synchronized (thread safe); otherwise, false.

Implements

ICollectionIsSynchronized
See Also

Reference