SortedList: Keys (get) |
Gets the keys in the SortedList object.
Public Property Get Keys ( ) As ICollection
The ICollection object is a read-only view of the keys of the SortedList object. Modifications made to the underlying SortedList are immediately reflected in the ICollection.
The elements of the ICollection are sorted in the same order as the keys of the SortedList.
This property is similar to the GetKeyList method, but returns an ICollection object instead of an IList object.
Read Only.