Class GenericTreeTableWithCounterEnumerator<V, C>
Implements
System.Collections.Generic.IEnumerator<GenericTreeTableWithCounterEntry<V, C>>
System.Collections.IEnumerator
System.IDisposable
Inherited Members
Namespace: Syncfusion.Maui.GridCommon.Collections.Generic
Assembly: Syncfusion.Maui.GridCommon.dll
Syntax
public class GenericTreeTableWithCounterEnumerator<V, C> : TreeTableEnumerator, IEnumerator<GenericTreeTableWithCounterEntry<V, C>>, IEnumerator, IDisposable where V : ITreeTableCounterSource where C : ITreeTableCounter
Type Parameters
| Name |
|---|
| V |
| C |
Constructors
GenericTreeTableWithCounterEnumerator(ITreeTable)
Declaration
public GenericTreeTableWithCounterEnumerator(ITreeTable tree)
Parameters
| Type | Name | Description |
|---|---|---|
| ITreeTable | tree |
Properties
Current
Declaration
public GenericTreeTableWithCounterEntry<V, C> Current { get; }
Property Value
| Type |
|---|
| GenericTreeTableWithCounterEntry<V, C> |
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