Gets a value indicating whether access to the collection is synchronized (thread safe).
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool IsSynchronized { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property IsSynchronized As Boolean |
true if access to the collection is synchronized (thread safe); otherwise, false.
See Also