MemoryArray(T).SyncRoot Property

FreeImage.NET

MemoryArrayTSyncRoot Property
Gets an object that can be used to synchronize access to the MemoryArrayT.

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

Property Value

Type: Object

Implements

ICollectionSyncRoot
See Also