Gets an object that can be used to synchronize access to the collection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Object SyncRoot { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property SyncRoot As Object |
An object that can be used to synchronize access to the collection.
See Also