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<TKey, TValue>::Values Property
Namespace:
System.Collections.Immutable
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: property ICollection<TValue>^ Values { virtual ICollection<TValue>^ get() sealed = IDictionary<TKey, TValue>::Values::get; }
Property Value
Type: System.Collections.Generic::ICollection<TValue>^Implements
IDictionary<TKey, TValue>::Values
Show: