Hashtable.Keys Property


Hashtable.Keys Property

Class

System.Collections.Hashtable

Syntax

     Dim result As ICollection = hashtableVariable.Keys 

Description

The Keys property returns a collection of the keys contained in a hashtable. The returned object exposes the ICollection interface, so any feature that uses this interface can use the returned set of keys.

See Also

Hashtable Class, Hashtable.Values Property




Visual Basic 2005(c) In a Nutshell
Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
ISBN: 059610152X
EAN: 2147483647
Year: 2004
Pages: 712

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