XmpLocalizedTextItemNode.SyncRoot Property

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

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

Syntax

C#
public override Object SyncRoot { get; }

Property Value

Always returns null (synchronized access is not implemented).

Implements

ICollection.SyncRoot

See Also

Reference