ValueProviderDictionary.Values Property
Gets a collection that contains the values in the IDictionary<TKey, TValue> object.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Property Value
Type: System.Collections.Generic.ICollection<ValueProviderResult>A collection of the values in the object that implements the IDictionary<TKey, TValue> interface.
Implements
IDictionary<TKey, TValue>.Values
Show: