ValueProviderDictionary.Keys Property

Visual Studio 2010

Gets a collection that contains the keys of the IDictionary(Of TKey, TValue) instance.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public ReadOnly Property Keys As ICollection(Of String)
	Get

Property Value

Type: System.Collections.Generic.ICollection(Of String)
A collection that contains the keys of the object that implements the IDictionary(Of TKey, TValue) interface.

Implements

IDictionary(Of TKey, TValue).Keys

Community Additions

ADD
Show: