Gets an object that can be used to synchronize access to the MemoryArray<(Of <(T>)>).
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public Object SyncRoot { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SyncRoot As Object |
| Visual C++ |
|---|
public: virtual property Object^ SyncRoot { Object^ get () sealed; } |