Name

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.

Get VB.NET Language in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.