ValueProviderDictionary.Values Property
Gets a collection that contains the values in the IDictionary<TKey, TValue> object.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property Values As ICollection(Of ValueProviderResult)
Get
public ICollection<ValueProviderResult> Values { get; }
public:
virtual property ICollection<ValueProviderResult^>^ Values {
ICollection<ValueProviderResult^>^ get () sealed;
}
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