PageEnumerator 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 PageEnumerator : System.Collections.Generic.IEnumerator<Microsoft.Azure.Internal.Subscriptions.Models.Subscription>
type PageEnumerator = class
interface IEnumerator<Subscription>
interface IEnumerator
interface IDisposable
type PageEnumerator = class
interface IEnumerator<Subscription>
interface IDisposable
interface IEnumerator
Public Class PageEnumerator
Implements IEnumerator(Of Subscription)
- Inheritance
-
PageEnumerator
- Implements
Constructors
| Name | Description |
|---|---|
| PageEnumerator(ISubscriptionClient) | |
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 |