Hashtable.ContainsKey Method

   
Hashtable.ContainsKey Method

Class

System.Collections.Hashtable

Syntax

   hashtablevariable   .ContainsKey(   Key   ) 
Key (required; Object)

The key to search for among the hash table entries

Return Value

A Boolean indicating whether the key exists ( True ) or not ( False )

Description

Indicates whether a given key is contained in the hash table

   


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