When implemented by a class, retrieves an ICollection of the values in the IDictionary.
[Visual Basic] ReadOnly Property Values As ICollection [C#] ICollection Values {get;} [C++] ICollection* get_Values() = 0; [JScript] abstract function get Values() : ICollection;
An ICollection of the values in the IDictionary.
The order of the values in the returned ICollection is unspecified, but it is guaranteed to be the same order as the corresponding keys in the ICollection returned by the Keys method.
IDictionary Interface | IDictionary Members | System.Collections Namespace | ICollection