ValueProviderCollection.InsertItem Method

Inserts the specified value-provider object into the collection at the specified index location.

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

'Declaration
Protected Overrides Sub InsertItem ( _
	index As Integer, _
	item As IValueProvider _
)
'Usage
Dim index As Integer 
Dim item As IValueProvider 

Me.InsertItem(index, item)

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.IValueProvider

The value-provider object to insert.

ExceptionCondition
ArgumentNullException

The item parameter is Nothing.

Show: