XmpNode.SyncRoot Property

Gets an object that can be used to synchronize access to the XmpNode.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public abstract Object SyncRoot { get; }

Property Value

An object that can be used to synchronize access to the XmpNode.

Implements

ICollection.SyncRoot

See Also

Reference