Hashtable.Values Property

   
Hashtable.Values Property

Class

System.Collections.Hashtable

Syntax

   hashtablevariable   .Values(  ) 
hashtablevariable (required; Object)

A reference to a Hashtable object

Return Value

An ICollection object containing the values in the hash table

Description

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.

See Also

Hashtable.Keys Property

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net