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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Enterprise_Data_Expressions_Tools_OrderedItem_1" data-uid="GrapeCity.Enterprise.Data.Expressions.Tools.OrderedItem`1" class="text-break">OrderedItem&lt;T&gt; Struct
</h1>
  <div class="markdown level0 summary"><p>Representation of item with index.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Tools.html">GrapeCity.Enterprise.Data.Expressions.Tools</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Data.ExpressionInfo.dll</h6>
  <h5 id="GrapeCity_Enterprise_Data_Expressions_Tools_OrderedItem_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct OrderedItem&lt;T&gt;</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>Item type.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Enterprise_Data_Expressions_Tools_OrderedItem_1__ctor_System_Int32__0_" data-uid="GrapeCity.Enterprise.Data.Expressions.Tools.OrderedItem`1.#ctor(System.Int32,`0)">
          <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Tools.OrderedItem-1.-ctor.html#GrapeCity_Enterprise_Data_Expressions_Tools_OrderedItem_1__ctor_System_Int32__0_">OrderedItem(int, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the OrderedItem struct</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Enterprise_Data_Expressions_Tools_OrderedItem_1_Index" data-uid="GrapeCity.Enterprise.Data.Expressions.Tools.OrderedItem`1.Index">
          <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Tools.OrderedItem-1.Index.html">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Index of the item in collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Enterprise_Data_Expressions_Tools_OrderedItem_1_Item" data-uid="GrapeCity.Enterprise.Data.Expressions.Tools.OrderedItem`1.Item">
          <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Tools.OrderedItem-1.Item.html">Item</a>
        </td>
        <td class="markdown level1 summary"><p>Item itself.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Tools.EnumerableExtensions.Flatten.html#GrapeCity_Enterprise_Data_Expressions_Tools_EnumerableExtensions_Flatten__1___0_System_Func___0___0__">EnumerableExtensions.Flatten&lt;T&gt;(T, Func&lt;T, T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Tools.EnumerableExtensions.Flatten.html#GrapeCity_Enterprise_Data_Expressions_Tools_EnumerableExtensions_Flatten__1___0_System_Func___0_System_Collections_Generic_IEnumerable___0___">EnumerableExtensions.Flatten&lt;T&gt;(T, Func&lt;T, IEnumerable&lt;T&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Tools.EnumerableExtensions.Repeat.html#GrapeCity_Enterprise_Data_Expressions_Tools_EnumerableExtensions_Repeat__1___0_System_Int32_">EnumerableExtensions.Repeat&lt;T&gt;(T, int)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Tools.EnumerableExtensions.WithIndex.html#GrapeCity_Enterprise_Data_Expressions_Tools_EnumerableExtensions_WithIndex__1___0_System_Int32_">EnumerableExtensions.WithIndex&lt;T&gt;(T, int)</a>
  </div>

</div>
