Represents a collection of objects that can be paged.

Namespace:  Mindroute.Core.Collections
Assembly:  Mindroute.Core (in Mindroute.Core.dll) Version: 1.0.0.0 (1.0.0)

Syntax

C#
[SerializableAttribute]
public class PagedList<T> : List<T>, 
	IPagedList
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PagedList(Of T) _
	Inherits List(Of T) _
	Implements IPagedList

Type Parameters

T
The type of elements in the list.

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(T>)>)
    Mindroute.Core.Collections..::.PagedList<(Of <(T>)>)

See Also