Mono Class Library: System.Collections.Hashtable Overview | MembersSystem.Collections.Hashtable.Values Property |
Gets a ICollection containing the values of the current instance. [Edit]
|
A ICollection containing the values of the current instance. [Edit]
This property is read-only.
Operation
As described above.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 Hashtable.Keys method.
The returned ICollection is a reference to the current instance, not a static copy. Therefore, changes to the current instance continue to be reflected in the ICollection.
[Edit]
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0