Class GenericTreeTableWithCounterEnumerator<V, C>
Implements
System.Collections.Generic.IEnumerator<GenericTreeTableWithCounterEntry<V, C>>
System.IDisposable
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.WinForms.GridCommon.Collections.Generic
Assembly: Syncfusion.GridCommon.WinForms.dll
Syntax
public class GenericTreeTableWithCounterEnumerator<V, C> : TreeTableEnumerator, IEnumerator<GenericTreeTableWithCounterEntry<V, C>>, IDisposable, IEnumerator 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<T>
System.IDisposable
System.Collections.IEnumerator