ModelBinderProviderCollection.RemoveItem Method (Int32)

 

Removes the element at the specified index of the collection.

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

override RemoveItem : 
        index:int -> unit

Parameters

index
Type: System.Int32

The zero-based index of the element to remove.

Return to top
Show: