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

Syntax

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

See Also