ModelBinderDictionary.Count Property

Gets the number of elements in the model binder dictionary.

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

final function get Count () : int

Property Value

Type: System.Int32
The number of elements in the model binder dictionary.

Implements

ICollection(T).Count
Show: