Class MapEnumerator
TODO: place correct comment here
Inheritance
System.Object
    MapEnumerator
  Implements
System.Collections.IEnumerator
  Namespace: Syncfusion.CompoundFile.XlsIO.Net
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class MapEnumerator : Object, IEnumeratorConstructors
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 | 
|---|
| RBTreeNode | 
Methods
MoveNext()
Declaration
public bool MoveNext()Returns
| Type | 
|---|
| System.Boolean | 
Reset()
Declaration
public void Reset()Implements
      System.Collections.IEnumerator