Click or drag to resize
IPage<T> Properties

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

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection<T>.
(Inherited from ICollection<T>.)
Public propertyCurrentPagingState
Returns a token representing the state used to retrieve this results.
Public propertyIsReadOnly
Gets a value indicating whether the ICollection<T> is read-only.
(Inherited from ICollection<T>.)
Public propertyPagingState
Returns a token representing the state to retrieve the next page of results.
Top
See Also