Hashtable::Values Property
.NET Framework (current version)
Gets an ICollection containing the values in the Hashtable.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections::ICollection^An ICollection containing the values in the Hashtable.
Implements
IDictionary::ValuesThe 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.
Retrieving the value of this property is an O(1) operation.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: