FilterProviderCollection.InsertItem Method (Int32, IFilterProvider)

 

Inserts an element into the collection at the specified index.

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

protected override void InsertItem(
	int index,
	IFilterProvider item
)

Parameters

index
Type: System.Int32

The zero-based index at which item should be inserted.

item
Type: System.Web.Mvc.IFilterProvider

The object to insert. The value can be null for reference types.

Return to top
Show: