Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Class
System.Collections.Hashtable Syntax
Dim result As ICollection = hashtableVariable.Values
Description
The Values property returns a collection of the values contained in a hashtable. The returned object exposes the ICollection interface, so any feature that uses this interface can use the returned set of values. See Also
Hashtable Class, Hashtable.Keys Property |
Категории