MetadataDictionary.IsFixedSize Property

Gets a value indicating whether the dictionary has a fixed size.

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

Syntax

C#
public virtual bool IsFixedSize { get; }

Property Value

Always false.

Implements

IDictionary.IsFixedSize

See Also

Reference