Class GenericTreeTableWithSummaryEnumerator<V>
Implements
System.Collections.Generic.IEnumerator<GenericTreeTableWithSummaryEntry<V>>
System.Collections.IEnumerator
System.IDisposable
Inherited Members
Namespace: Syncfusion.Maui.GridCommon.Collections.Generic
Assembly: Syncfusion.Maui.GridCommon.dll
Syntax
public class GenericTreeTableWithSummaryEnumerator<V> : TreeTableEnumerator, IEnumerator<GenericTreeTableWithSummaryEntry<V>>, IEnumerator, IDisposable
Type Parameters
| Name |
|---|
| V |
Constructors
GenericTreeTableWithSummaryEnumerator(ITreeTable)
Declaration
public GenericTreeTableWithSummaryEnumerator(ITreeTable tree)
Parameters
| Type | Name | Description |
|---|---|---|
| ITreeTable | tree |
Properties
Current
Declaration
public GenericTreeTableWithSummaryEntry<V> Current { get; }
Property Value
| Type |
|---|
| GenericTreeTableWithSummaryEntry<V> |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
Overrides
Implements
System.Collections.Generic.IEnumerator<>
System.Collections.IEnumerator
System.IDisposable