MetadataEnumerator.Value Property

Gets the value of the current dictionary entry.

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

Syntax

C#
public virtual Object Value { get; }

Property Value

The value of the current element of the enumeration.

Implements

IDictionaryEnumerator.Value

See Also

Reference