August 2001
Intermediate to advanced
656 pages
18h 5m
English
Hashtable.Values Property
System.Collections.Hashtable
hashtablevariable.Values( )hashtablevariable
Use: Required
Data Type: 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.
Read now
Unlock full access