RouteValueDictionary.IDictionary<String, Object>.Values Property

 

For a description of this member, see Values.

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

ICollection<object> IDictionary<string, object>.Values { get; }

Property Value

Type: System.Collections.Generic.ICollection<Object>

A collection that contains the values in the dictionary.

This member is an explicit interface member implementation. It can be used only when the RouteValueDictionary instance is cast to an IDictionary<TKey, TValue> interface.

.NET Framework
Available since 3.5
Return to top
Show: