WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator

    Show / Hide Table of Contents

    Class GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator

    A strongly typed enumerator for 'GridNonImmutableRangeInfoCollection'

    Inheritance
    System.Object
    GridNonImmutableRangeInfoCollection.GridNonImmutableRangeInfoEnumerator
    Implements
    System.Collections.IEnumerator
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Olap.Engine
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public class GridNonImmutableRangeInfoEnumerator : IEnumerator

    Constructors

    GridNonImmutableRangeInfoEnumerator(GridNonImmutableRangeInfoCollection)

    Enumerator constructor

    Declaration
    public GridNonImmutableRangeInfoEnumerator(GridNonImmutableRangeInfoCollection covMappings)
    Parameters
    Type Name Description
    GridNonImmutableRangeInfoCollection covMappings

    Properties

    Current

    Gets the current element from the collection (strongly typed)

    Declaration
    public GridNonImmutableRangeInfo Current { get; }
    Property Value
    Type Description
    GridNonImmutableRangeInfo

    Methods

    MoveNext()

    Advances the enumerator to the next element of the collection

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

    Reset()

    Sets the enumerator to the first element in the collection

    Declaration
    public void Reset()

    Explicit Interface Implementations

    IEnumerator.Current

    Gets the current element from the collection

    Declaration
    object IEnumerator.Current { get; }
    Returns
    Type Description
    System.Object

    IEnumerator.MoveNext()

    Advances the enumerator to the next element of the collection

    Declaration
    bool IEnumerator.MoveNext()
    Returns
    Type Description
    System.Boolean

    IEnumerator.Reset()

    Sets the enumerator to the first element in the collection

    Declaration
    void IEnumerator.Reset()

    Implements

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