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