MemoryArray(T).IsSynchronized Property

FreeImage.NET

MemoryArrayTIsSynchronized Property
Gets a value indicating whether access to the MemoryArrayT is synchronized (thread safe).

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool IsSynchronized { get; }

Property Value

Type: Boolean

Implements

ICollectionIsSynchronized
See Also