XmpArrayNode.IsSynchronized Property

Gets a value indicating whether access to the XmpArrayNode is synchronized (thread safe).

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

Syntax

C#
public override bool IsSynchronized { get; }

Property Value

Always false.

Implements

ICollection.IsSynchronized

See Also

Reference