MetadataEnumerator.Key Property

Gets the key of the current dictionary entry.

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

Syntax

C#
public virtual Object Key { get; }

Property Value

The key of the current element of the enumeration.

Implements

IDictionaryEnumerator.Key

See Also

Reference