IPagedList Methods

Methods

AddAdds an item to the IList.
(Inherited from IList)
ClearRemoves all items from the IList.
(Inherited from IList)
ContainsDetermines whether the IList contains a specific value.
(Inherited from IList)
CopyToCopies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ICollection)
GetEnumeratorReturns an enumerator that iterates through a collection.
(Inherited from IEnumerable)
IndexOfDetermines the index of a specific item in the IList.
(Inherited from IList)
InsertInserts an item to the IList at the specified index.
(Inherited from IList)
RemoveRemoves the first occurrence of a specific object from the IList.
(Inherited from IList)
RemoveAtRemoves the IList item at the specified index.
(Inherited from IList)

See Also