Gets the keys in the SortedList.
[Visual Basic] Overridable Public ReadOnly Property Keys As ICollection [C#] public ICollection Keys {virtual get;} [C++] public: __property virtual ICollection* get_Keys(); [JScript] public function get Keys() : ICollection;
An ICollection containing the keys in the SortedList.
Similar to GetKeyList, but returns an ICollection instead of an IList.
SortedList Class | SortedList Members | System.Collections Namespace | ICollection | Values | GetKeyList