[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Tools.OrderedItem-1

OrderedItem<T> Struct

Representation of item with index.

Namespace: GrapeCity.Enterprise.Data.Expressions.Tools
Assembly: MESCIUS.ActiveReports.Core.Data.ExpressionInfo.dll
Syntax
public struct OrderedItem<T>
Type Parameters
Name Description
T

Item type.

Constructors

Name Description
OrderedItem(int, T)

Initializes a new instance of the OrderedItem struct

Fields

Name Description
Index

Index of the item in collection.

Item

Item itself.

Extension Methods