List of dictionary keys.

Namespace: DayPilot.Json
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
public ICollection Keys { get; }
Visual Basic
Public ReadOnly Property Keys As ICollection
	Get
Visual C++
public:
property ICollection^ Keys {
	ICollection^ get ();
}

See Also