|
|
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Private ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized Get |
| C# |
|---|
bool ICollection.IsSynchronized { get; } |
| Visual C++ |
|---|
private: virtual property bool IsSynchronized { bool get () sealed = ICollection::IsSynchronized::get; } |