ValueProviderFactoryCollection.InsertItem Method
Visual Studio 2010
Inserts the specified value-provider factory object at the specified index location.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Overrides Sub InsertItem ( _ index As Integer, _ item As ValueProviderFactory _ )
Parameters
- index
- Type: System.Int32
The zero-based index location at which to insert the value provider into the collection.
- item
- Type: System.Web.Mvc.ValueProviderFactory
The value-provider factory object to insert.
Community Additions
ADD
Show: