Click or drag to resize
IPage<T> Methods

The IPage<T> generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item to the ICollection<T>.
(Inherited from ICollection<T>.)
Public methodClear
Removes all items from the ICollection<T>.
(Inherited from ICollection<T>.)
Public methodContains
Determines whether the ICollection<T> contains a specific value.
(Inherited from ICollection<T>.)
Public methodCopyTo
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.
(Inherited from ICollection<T>.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<T>.)
Public methodRemove
Removes the first occurrence of a specific object from the ICollection<T>.
(Inherited from ICollection<T>.)
Top
See Also