April 2002
Intermediate to advanced
688 pages
19h 51m
English
Hashtable.Values Property
System.Collections.Hashtable
hashtablevariable.Values( )hashtablevariable (required; Object)A reference to a Hashtable object
An ICollection object containing the values in the
hash table
Returns an ICollection object that contains the
values in the hash table. There is not much we can do with an
ICollection object except copy it to an array of
objects.