ImmutableDictionary<TKey, TValue>::IDictionary::Values Property

 

Gets an ICollection<T> containing the values in the IDictionary<TKey, TValue>.

Namespace:   System.Collections.Immutable
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>.

Return to top
Show: