Class EngineTableDescriptorEnumerable
For internal use. Represents a class that supports a simple iteration over a non-generic collection to the engine table descriptor.
Inheritance
System.Object
EngineTableDescriptorEnumerable
Implements
System.Collections.IEnumerable
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.Grouping
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public class EngineTableDescriptorEnumerable : IEnumerable
Constructors
EngineTableDescriptorEnumerable(Engine)
For internal use. Initializes a new instance of the EngineTableDescriptorEnumerable class. with the specified engine.
Declaration
public EngineTableDescriptorEnumerable(Engine engine)
Parameters
Type | Name | Description |
---|---|---|
Engine | engine |
Methods
GetEnumerator()
For internal use. Gets an enumerator that iterates through a collection.
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator | An instance of the EngineTableDescriptorEnumerator class. |
Implements
System.Collections.IEnumerable