PagedList<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class PagedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>
type PagedList<'T> = class
interface IList<'T>
interface ICollection<'T>
interface seq<'T>
interface IEnumerable
Public MustInherit Class PagedList(Of T)
Implements ICollection(Of T), IEnumerable(Of T), IList(Of T)
Type Parameters
- T
- Inheritance
-
System.ObjectPagedList<T>
- Derived
- Implements
-
System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<T> System.Collections.IEnumerable
Constructors
PagedList<T>() | |
PagedList<T>(IList<T>) |
Properties
ContinuationToken | |
Count | |
IsReadOnly | |
Item[Int32] |
Methods
Add(T) | |
Clear() | |
Contains(T) | |
CopyTo(T[], Int32) | |
GetEnumerator() | |
IndexOf(T) | |
Insert(Int32, T) | |
Items() | |
Remove(T) | |
RemoveAt(Int32) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |
ToArray<T>(PagedList<T>) |