pmMDA.NET

PagedListBase.RemoveAt Method 

[This is preliminary documentation and subject to change.]

Removes the list item at the specified index.

public void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the item to remove.

Implements

IList.RemoveAt

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Index is not a valid index in the paged list.
PagingException If the item at the specified index could not be removed.

See Also

PagedListBase Class | PmMda.Net.Dog.Paging Namespace