ICollectionPage<T> Interface
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.
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. |