The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ImmutableDictionary<TKey, TValue>::IDictionary::Values Property
Gets an ICollection<T> containing the values in the IDictionary<TKey, TValue>.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: property ICollection^ Values { virtual ICollection^ get() sealed = IDictionary::Values::get; }
Property Value
Type: System.Collections::ICollection^An ICollection<T> containing the values in the object that implements IDictionary<TKey, TValue>.
Implements
IDictionary::Values
Show: