Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapEnumerator

    Show / Hide Table of Contents

    Class MapEnumerator

    TODO: place correct comment here

    Inheritance
    System.Object
    MapEnumerator
    Implements
    System.Collections.IEnumerator
    Namespace: Syncfusion.CompoundFile.DocIO.Net
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class MapEnumerator : Object, IEnumerator

    Constructors

    MapEnumerator(RBTreeNode)

    TODO: place correct comment here

    Declaration
    public MapEnumerator(RBTreeNode parent)
    Parameters
    Type Name Description
    RBTreeNode parent

    Properties

    Current

    TODO: place correct comment here

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

    Methods

    MoveNext()

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

    Reset()

    Declaration
    public void Reset()

    Implements

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