ViewDataDictionary::Values Property
Visual Studio 2010
Gets a collection that contains the values in this dictionary.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual property ICollection<Object^>^ Values { ICollection<Object^>^ get () sealed; }
Property Value
Type: System.Collections.Generic::ICollection<Object>A collection that contains the values of the object that implements IDictionary<TKey, TValue>.
Implements
IDictionary<TKey, TValue>::ValuesCommunity Additions
ADD
Show: