MetadataDictionary.SyncRoot Property

Gets an object that can be used to synchronize access to this dictionary.

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

Syntax

C#
public virtual Object SyncRoot { get; }

Property Value

Always returns null (synchronized access was not implemented in the MetadataDictionary).

See Also

Reference