GenericPageEnumerator<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 GenericPageEnumerator<T> : System.Collections.Generic.IEnumerator<T>
type GenericPageEnumerator<'T> = class
interface IEnumerator<'T>
interface IEnumerator
interface IDisposable
type GenericPageEnumerator<'T> = class
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
Public Class GenericPageEnumerator(Of T)
Implements IEnumerator(Of T)
Type Parameters
- T
- Inheritance
-
GenericPageEnumerator<T>
- Implements
Constructors
| Name | Description |
|---|---|
| GenericPageEnumerator<T>(Func<IPage<T>>, Func<String,IPage<T>>, UInt64, UInt64) | |
Properties
| Name | Description |
|---|---|
| Current | |
Methods
| Name | Description |
|---|---|
| Dispose() | |
| MoveNext() | |
| Reset() | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerator.Current | |
Extension Methods
| Name | Description |
|---|---|
| ToIEnumerable<T>(IEnumerator<T>) |
Converts IEnumerator to IEnumerable |