Class MapEnumerator
TODO: place correct comment here
Inheritance
System.Object
    MapEnumerator
  Implements
System.Collections.IEnumerator
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.CompoundFile.DocIO.Net
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class MapEnumerator : 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()Explicit Interface Implementations
IEnumerator.Current
TODO: place correct comment here
Declaration
object IEnumerator.Current { get; }Returns
| Type | 
|---|
| System.Object | 
Implements
      System.Collections.IEnumerator