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: