Returns a collection of keys stored in this dictionary.

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

Syntax

Visual Basic

Public Overridable ReadOnly Property Keys As ICollection

C#

public virtual ICollection Keys { get; }

Property Value

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