# C1.Report.BookmarkList

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_BookmarkList" data-uid="C1.Report.BookmarkList" class="text-break">BookmarkList Class
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;</div>
    <div class="level2"><span class="xref">BookmarkList</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_BookmarkList_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BookmarkList : List&lt;int&gt;, IList&lt;int&gt;, ICollection&lt;int&gt;, IList, ICollection, IReadOnlyList&lt;int&gt;, IReadOnlyCollection&lt;int&gt;, IEnumerable&lt;int&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BookmarkList
    Inherits List(Of Integer)
    Implements IList(Of Integer), ICollection(Of Integer), IList, ICollection, IReadOnlyList(Of Integer), IReadOnlyCollection(Of Integer), IEnumerable(Of Integer), IEnumerable</code></pre>
  </div>
  <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="C1_Report_BookmarkList__ctor" data-uid="C1.Report.BookmarkList.#ctor">
          <a class="xref" href="C1.Report.BookmarkList.-ctor.html#C1_Report_BookmarkList__ctor">BookmarkList()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_BookmarkList_GetFirstRecord" data-uid="C1.Report.BookmarkList.GetFirstRecord">
          <a class="xref" href="C1.Report.BookmarkList.GetFirstRecord.html#C1_Report_BookmarkList_GetFirstRecord">GetFirstRecord()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_BookmarkList_GetLastRecord" data-uid="C1.Report.BookmarkList.GetLastRecord">
          <a class="xref" href="C1.Report.BookmarkList.GetLastRecord.html#C1_Report_BookmarkList_GetLastRecord">GetLastRecord()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_BookmarkList_GetNode_System_Int32_" data-uid="C1.Report.BookmarkList.GetNode(System.Int32)">
          <a class="xref" href="C1.Report.BookmarkList.GetNode.html#C1_Report_BookmarkList_GetNode_System_Int32_">GetNode(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_BookmarkList_GetRecordCount" data-uid="C1.Report.BookmarkList.GetRecordCount">
          <a class="xref" href="C1.Report.BookmarkList.GetRecordCount.html#C1_Report_BookmarkList_GetRecordCount">GetRecordCount()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
