ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Tools Namespace / EnumerableExtensions Class
Methods

In This Topic
    EnumerableExtensions Class Members
    In This Topic

    The following tables list the members exposed by EnumerableExtensions.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)This method extends the LINQ methods to add index for each item  
    Public Methodstatic (Shared in Visual Basic)Overloaded. This method extends the LINQ methods to flatten a collection of items that have a property of children of the same type.  
    Public Methodstatic (Shared in Visual Basic)Generates a sequence that contains one repeated value.  
    Public Methodstatic (Shared in Visual Basic)Projection of given sequence with first, last markers.  
    Public Methodstatic (Shared in Visual Basic)Proceeds each item in enumerable with its follower.  
    Public Methodstatic (Shared in Visual Basic)Wraps an item of type T into type OrderedItem<T>, adding the specified index  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Applies a specified function to the corresponding elements of two sequences, producing a sequence of the results  
    Top
    See Also