RouteValueDictionary::IDictionary<String^, Object^>::Values Property
For a description of this member, see Values.
Assembly: System.Web (in System.Web.dll)
private: property ICollection<Object^>^ Values { virtual ICollection<Object^>^ get() sealed = IDictionary<String^, Object^>::Values::get; }
Property Value
Type: System.Collections.Generic::ICollection<Object^>^A collection that contains the values in the dictionary.
Implements
IDictionary<TKey, TValue>::ValuesThis 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
Available since 3.5
Show: