Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EntitySubsetCollection.SubSetEnumerator

    Show / Hide Table of Contents

    Class EntitySubsetCollection.SubSetEnumerator

    Represents a internal enumerator for EntitySubSetCollection.

    Inheritance
    System.Object
    EntitySubsetCollection.SubSetEnumerator
    Implements
    System.Collections.IEnumerator
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class SubSetEnumerator : Object, IEnumerator

    Constructors

    SubSetEnumerator(EntitySubsetCollection)

    Initializes a new instance of the EntitySubsetCollection.SubSetEnumerator class.

    Declaration
    public SubSetEnumerator(EntitySubsetCollection enColl)
    Parameters
    Type Name Description
    EntitySubsetCollection enColl

    The entities collection.

    Properties

    Current

    Declaration
    public object Current { get; }
    Property Value
    Type Description
    System.Object
    Exceptions
    Type Condition
    System.InvalidOperationException

    The enumerator is positioned before the first element of the collection or after the last element.

    Methods

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean
    Exceptions
    Type Condition
    System.InvalidOperationException

    The collection was modified after the enumerator was created.

    Reset()

    Sets the enumerator to its initial position, which is before the first element in the collection.

    Declaration
    public void Reset()
    Exceptions
    Type Condition
    System.InvalidOperationException

    The collection was modified after the enumerator was created.

    Implements

    System.Collections.IEnumerator
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved