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