GenericPageEnumerable<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 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)
Type Parameters
- T
- Inheritance
-
GenericPageEnumerable<T>
- Implements
Constructors
GenericPageEnumerable<T>(Func<IPage<T>>, Func<String,IPage<T>>, UInt64, UInt64) |
Methods
Dispose() | |
GetEnumerator() |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |