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 class GenericPageEnumerable<T> : IDisposable, System.Collections.Generic.IEnumerable<T>
type GenericPageEnumerable<'T> = class
interface seq<'T>
interface IEnumerable
interface IDisposable
Public Class GenericPageEnumerable(Of T)
Implements IDisposable, IEnumerable(Of T)