Gets the object that can be used to synchronize access to the ActionCollection.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

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;
}

Implements

ICollection..::.SyncRoot

See Also