Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Class
System.Collections.Hashtable Syntax
Dim result As Boolean = hashtableVariable.ContainsValue(value)
Description
The ContainsValue method indicates whether a given value is contained in the hashtable (true) or not (False). See Also
Hashtable Class, Hashtable.ContainsKey Method |
Категории