MetadataDictionary.Values Property

Gets a collection containing the values in this dictionary.

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

Syntax

C#
public virtual ICollection Values { get; }

Property Value

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

Implements

IDictionary.Values

See Also

Reference