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;
}
Return to top
Show: