Represents a snapshot of a single page of objects from a data store

Namespace: DotNetNuke.Collections
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class PagedList<T> : List<T>, 
	IPagedList<T>, IList<T>, ICollection<T>, IEnumerable<T>, 
	IEnumerable
Visual Basic
Public Class PagedList(Of T)
	Inherits List(Of T)
	Implements IPagedList(Of T), IList(Of T), 
	ICollection(Of T), IEnumerable(Of T), IEnumerable

Type Parameters

T
The type of objects contained in this list

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'T>)>)>
    DotNetNuke.Collections..::..PagedList<(Of <(<'T>)>)>

See Also