Returns a collection of values (without keys) stored in this dictionary.

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

Syntax

Visual Basic

Public Overridable ReadOnly Property Values As ICollection

C#

public virtual ICollection Values { get; }

Property Value

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