List of dictionary keys.

Namespace: DayPilot.Json
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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