MetadataDictionary.Keys Property

Gets a collection containing the keys in this dictionary.

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

Syntax

C#
public virtual ICollection Keys { get; }

Property Value

An object that implements ICollection that contains keys stored in this dictionary.

Implements

IDictionary.Keys

See Also

Reference