Hashtable: Values (get) |
Gets an ICollection containing the values in the Hashtable.
Public Property Get Values ( ) As ICollection
The order of the values in the ICollection is unspecified, but it is the same order as the associated keys in the ICollection returned by the Keys method.
The returned ICollection is not a static copy; instead, the ICollection refers back to the values in the original Hashtable. Therefore, changes to the Hashtable continue to be reflected in the ICollection.
Read Only.