GenericTreeTableEnumerator<V> Class
Implements
System.Collections.Generic.IEnumerator<GenericTreeTableEntry<V>>
    System.Collections.IEnumerator
    System.IDisposable
  Inherited Members
Namespace: Syncfusion.Windows.Forms.Collections.Generic
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class GenericTreeTableEnumerator<V> : TreeTableEnumerator, IEnumerator<GenericTreeTableEntry<V>>, IEnumerator, IDisposable
  Type Parameters
| Name | 
|---|
| V | 
Constructors
GenericTreeTableEnumerator(ITreeTable)
Declaration
public GenericTreeTableEnumerator(ITreeTable tree)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ITreeTable | tree | 
Properties
Current
Declaration
public GenericTreeTableEntry<V> Current { get; }
  Property Value
| Type | 
|---|
| GenericTreeTableEntry<V> | 
Methods
Dispose(Boolean)
Dispose the live resources used by the GenericTreeTableEnumerator<V> class.
Declaration
protected override void Dispose(bool disposing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | Dispose the instance, if it is True  | 
      
Overrides
Implements
      System.Collections.Generic.IEnumerator<>
  
  
      System.Collections.IEnumerator
  
  
      System.IDisposable