# C1.Win.RulesManager.Model.ItemRangeCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_RulesManager_Model_ItemRangeCollection" data-uid="C1.Win.RulesManager.Model.ItemRangeCollection" class="text-break">ItemRangeCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents collection of item ranges.</p>
</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.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="C1.Win.RulesManager.IItemRange.html">IItemRange</a>&gt;</div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.bindinglist-1">BindingList</a>&lt;<a class="xref" href="C1.Win.RulesManager.IItemRange.html">IItemRange</a>&gt;</div>
    <div class="level3"><span class="xref">ItemRangeCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.Win.RulesManager.IItemRange.html">IItemRange</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="C1.Win.RulesManager.IItemRange.html">IItemRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglist">IBindingList</a></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.componentmodel.icanceladdnew">ICancelAddNew</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.iraiseitemchangedevents">IRaiseItemChangedEvents</a></div>
    <div><a class="xref" href="C1.Win.RulesManager.Model.IItemRangeCollection.html">IItemRangeCollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.Win.RulesManager.IItemRange.html">IItemRange</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="C1.Win.RulesManager.IItemRange.html">IItemRange</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="C1.Win.RulesManager.IItemRange.html">IItemRange</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.RulesManager.Model.html">C1.Win.RulesManager.Model</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.RulesManager.10.dll</h6>
  <h5 id="C1_Win_RulesManager_Model_ItemRangeCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ItemRangeCollection : BindingList&lt;IItemRange&gt;, IReadOnlyList&lt;IItemRange&gt;, IReadOnlyCollection&lt;IItemRange&gt;, IBindingList, IList, ICollection, ICancelAddNew, IRaiseItemChangedEvents, IItemRangeCollection, IList&lt;IItemRange&gt;, ICollection&lt;IItemRange&gt;, IEnumerable&lt;IItemRange&gt;, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ItemRangeCollection
    Inherits BindingList(Of IItemRange)
    Implements IReadOnlyList(Of IItemRange), IReadOnlyCollection(Of IItemRange), IBindingList, IList, ICollection, ICancelAddNew, IRaiseItemChangedEvents, IItemRangeCollection, IList(Of IItemRange), ICollection(Of IItemRange), IEnumerable(Of IItemRange), IEnumerable, ICloneable</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_Win_RulesManager_Model_ItemRangeCollection__ctor" data-uid="C1.Win.RulesManager.Model.ItemRangeCollection.#ctor">
          <a class="xref" href="C1.Win.RulesManager.Model.ItemRangeCollection.-ctor.html#C1_Win_RulesManager_Model_ItemRangeCollection__ctor">ItemRangeCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.RulesManager.Model.ItemRangeCollection.html">ItemRangeCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_RulesManager_Model_ItemRangeCollection__ctor_C1_Win_RulesManager_Model_ItemRangeCollection_" data-uid="C1.Win.RulesManager.Model.ItemRangeCollection.#ctor(C1.Win.RulesManager.Model.ItemRangeCollection)">
          <a class="xref" href="C1.Win.RulesManager.Model.ItemRangeCollection.-ctor.html#C1_Win_RulesManager_Model_ItemRangeCollection__ctor_C1_Win_RulesManager_Model_ItemRangeCollection_">ItemRangeCollection(ItemRangeCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.RulesManager.Model.ItemRangeCollection.html">ItemRangeCollection</a>.</p>
</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_Win_RulesManager_Model_ItemRangeCollection_AddRange_System_Collections_Generic_IEnumerable_C1_Win_RulesManager_IItemRange__" data-uid="C1.Win.RulesManager.Model.ItemRangeCollection.AddRange(System.Collections.Generic.IEnumerable{C1.Win.RulesManager.IItemRange})">
          <a class="xref" href="C1.Win.RulesManager.Model.ItemRangeCollection.AddRange.html#C1_Win_RulesManager_Model_ItemRangeCollection_AddRange_System_Collections_Generic_IEnumerable_C1_Win_RulesManager_IItemRange__">AddRange(IEnumerable&lt;IItemRange&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the IItemRange elements of the specified collection to the end of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_RulesManager_Model_ItemRangeCollection_Clone" data-uid="C1.Win.RulesManager.Model.ItemRangeCollection.Clone">
          <a class="xref" href="C1.Win.RulesManager.Model.ItemRangeCollection.Clone.html#C1_Win_RulesManager_Model_ItemRangeCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_RulesManager_Model_ItemRangeCollection_SetRange_System_String_" data-uid="C1.Win.RulesManager.Model.ItemRangeCollection.SetRange(System.String)">
          <a class="xref" href="C1.Win.RulesManager.Model.ItemRangeCollection.SetRange.html#C1_Win_RulesManager_Model_ItemRangeCollection_SetRange_System_String_">SetRange(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Tries to parse text into the IItemRange object or list of objects and fill out the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_RulesManager_Model_ItemRangeCollection_ToString" data-uid="C1.Win.RulesManager.Model.ItemRangeCollection.ToString">
          <a class="xref" href="C1.Win.RulesManager.Model.ItemRangeCollection.ToString.html#C1_Win_RulesManager_Model_ItemRangeCollection_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
