MetadataDictionary.IsReadOnly Property

Gets a value indicating whether the dictionary is read-only.

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

Syntax

C#
public virtual bool IsReadOnly { get; }

Property Value

Always false.

Implements

IDictionary.IsReadOnly

See Also

Reference