List of dictionary keys.
Namespace: DayPilot.JsonAssembly: 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 (); } |