|
|
Gets an object that can be used to synchronize access to the ICollection.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Private ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot Get |
| C# |
|---|
Object ICollection.SyncRoot { get; } |
| Visual C++ |
|---|
private: virtual property Object^ SyncRoot { Object^ get () sealed = ICollection::SyncRoot::get; } |