ValueProviderFactoryCollection::RemoveItem Method (Int32)
Removes the element at the specified index of the Collection<T>.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the element to remove.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Index is less than zero. -or- Index is equal to or greater than T:System.Collections.ObjectModel.Collection`1.Count |
Show: