ValueProviderDictionary.Values Property
Gets a collection that contains the values in the IDictionary(Of TKey, TValue) object.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public ReadOnly Property Values As ICollection(Of ValueProviderResult) Get 'Usage Dim instance As ValueProviderDictionary Dim value As ICollection(Of ValueProviderResult) value = instance.Values
Property Value
Type: System.Collections.Generic.ICollection(Of ValueProviderResult)A collection of the values in the object that implements the IDictionary(Of TKey, TValue) interface.
Implements
IDictionary(Of TKey, TValue).Values
Show: