Class GenericTreeTableEnumerator<V>
Implements
System.Collections.Generic.IEnumerator<GenericTreeTableEntry<V>>
System.Collections.IEnumerator
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Collections.Generic
Assembly: Syncfusion.SfGrid.UWP.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)
Declaration
protected override void Dispose(bool isDisposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isDisposing |
Overrides
Implements
System.Collections.Generic.IEnumerator<>
System.Collections.IEnumerator
System.IDisposable