Gets a value indicating whether access to the MemoryArray<(Of <(T>)>)
is synchronized (thread safe).
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public bool IsSynchronized { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsSynchronized As Boolean |
Visual C++ |
---|
public: virtual property bool IsSynchronized { bool get () sealed; } |