IDictionary.Values Property
Gets an ICollection object containing the values in the IDictionary object.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual ICollection Values { get; }
Property Value
An ICollection object containing the values in the IDictionary.
Version Information
Available in the .NET Micro Framework version 4.1 and 4.2.
See Also
Reference
IDictionary Interface
IDictionary Members
System.Collections Namespace