ICollectionPage<T> Interface

Definition

Interface for collection pages.

public interface ICollectionPage<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>
type ICollectionPage<'T> = interface
    interface IList<'T>
    interface ICollection<'T>
    interface seq<'T>
    interface IEnumerable
Public Interface ICollectionPage(Of T)
Implements ICollection(Of T), IEnumerable(Of T), IList(Of T)

Type Parameters

T

The type of the collection.

Derived
Implements

Properties

AdditionalData

The additional data property bag.

CurrentPage

The current page of the collection.

Applies to