FilterProviderCollection.SetItem(Int32, IFilterProvider) Method

Definition

Replaces the element at the specified index.

protected override void SetItem (int index, System.Web.Mvc.IFilterProvider item);
override this.SetItem : int * System.Web.Mvc.IFilterProvider -> unit
Protected Overrides Sub SetItem (index As Integer, item As IFilterProvider)

Parameters

index
Int32

The zero-based index of the element to replace.

item
IFilterProvider

The new value for the element at the specified index. The value can be null for reference types.

Applies to