MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / EnumerableExtension Class
Methods

In This Topic
EnumerableExtension Class Members
In This Topic

The following tables list the members exposed by EnumerableExtension.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Overloaded. Forces evaluation of the given IEnumerable in a separate thread and returns a new IEnumerable to be enumerated in the current thread.  
Public Methodstatic (Shared in Visual Basic)Returns a range of elements from the list starting at the specified index.  
Public Methodstatic (Shared in Visual Basic)Selects many items in N-order.  
Public Methodstatic (Shared in Visual Basic)Selects many items with a previous element reference.  
Public Methodstatic (Shared in Visual Basic)Selects items with references to the previous and next elements.  
Public Methodstatic (Shared in Visual Basic)Provides support for LINQ queries with a System.Threading.CancellationToken.  
Public Methodstatic (Shared in Visual Basic)Enumerates the items with cancellation support.  
Public Methodstatic (Shared in Visual Basic)Provides support for LINQ queries with a progress provider.  
Top
See Also