MetadataEnumerator.Entry Property

Gets both the key and the value of the current dictionary entry.

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

Syntax

C#
public virtual DictionaryEntry Entry { get; }

Property Value

A DictionaryEntry containing both the key and the value of the current dictionary entry.

Implements

IDictionaryEnumerator.Entry

See Also

Reference