ValueProviderDictionary.Values Property

Definition

Gets a collection that contains the values in the IDictionary<TKey,TValue> object.

public System.Collections.Generic.ICollection<System.Web.Mvc.ValueProviderResult> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Web.Mvc.ValueProviderResult>
Public ReadOnly Property Values As ICollection(Of ValueProviderResult)

Property Value

A collection of the values in the object that implements the IDictionary<TKey,TValue> interface.

Implements

Applies to