Class TreeTableEntrySourceCollectionEnumerator
A strongly typed enumerator for the TreeTableEntrySourceCollection.
Inheritance
System.Object
TreeTableEntrySourceCollectionEnumerator
Implements
System.Collections.IEnumerator
System.IDisposable
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
Assembly: Syncfusion.GridCommon.WinForms.dll
Syntax
public class TreeTableEntrySourceCollectionEnumerator : IEnumerator, IDisposable
Constructors
TreeTableEntrySourceCollectionEnumerator(TreeTableEntrySourceCollection)
Initializes the TreeTableEntrySourceCollectionEnumerator.
Declaration
public TreeTableEntrySourceCollectionEnumerator(TreeTableEntrySourceCollection collection)
Parameters
Type | Name | Description |
---|---|---|
TreeTableEntrySourceCollection | collection |
Properties
Current
Returns the current ITreeTableEntrySource object.
Declaration
public ITreeTableEntrySource Current { get; }
Property Value
Type |
---|
ITreeTableEntrySource |
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
MoveNext()
Indicates whether to move to the next object in the collection.
Declaration
public bool MoveNext()
Returns
Type |
---|
System.Boolean |
Reset()
Resets the enumerator.
Declaration
public virtual void Reset()
Explicit Interface Implementations
IEnumerator.Current
Returns the current enumerator.
Declaration
object IEnumerator.Current { get; }
Returns
Type |
---|
System.Object |
Implements
System.Collections.IEnumerator
System.IDisposable