ValueProviderDictionary.Keys Property

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

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

final function get Keys () : ICollection<String>

Property Value

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

Implements

IDictionary(TKey, TValue).Keys
Show: