# C1.Win.Util.CodeRanges.Add

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Util_CodeRanges_Add_" data-uid="C1.Win.Util.CodeRanges.Add*">Add Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Util_CodeRanges_Add_" data-uid="C1.Win.Util.CodeRanges.Add*"></a>
<h4 id="C1_Win_Util_CodeRanges_Add_System_Char___" data-uid="C1.Win.Util.CodeRanges.Add(System.Char[])">Add(char[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Add(char[] chars)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Add(chars As Char())</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">char</a>[]</td>
      <td><span class="parametername">chars</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Util_CodeRanges_Add_" data-uid="C1.Win.Util.CodeRanges.Add*"></a>
<h4 id="C1_Win_Util_CodeRanges_Add_System_String_" data-uid="C1.Win.Util.CodeRanges.Add(System.String)">Add(string)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Add(string s)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Add(s As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">s</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Util_CodeRanges_Add_" data-uid="C1.Win.Util.CodeRanges.Add*"></a>
<h4 id="C1_Win_Util_CodeRanges_Add_System_Char_" data-uid="C1.Win.Util.CodeRanges.Add(System.Char)">Add(char)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Add(char c)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Add(c As Char)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">char</a></td>
      <td><span class="parametername">c</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Util_CodeRanges_Add_" data-uid="C1.Win.Util.CodeRanges.Add*"></a>
<h4 id="C1_Win_Util_CodeRanges_Add_C1_Win_Util_CodeRange_" data-uid="C1.Win.Util.CodeRanges.Add(C1.Win.Util.CodeRange)">Add(CodeRange)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Add(CodeRange cr)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Add(cr As CodeRange)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Win.Util.CodeRange.html">CodeRange</a></td>
      <td><span class="parametername">cr</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Util_CodeRanges_Add_" data-uid="C1.Win.Util.CodeRanges.Add*"></a>
<h4 id="C1_Win_Util_CodeRanges_Add_System_Char_System_Char_" data-uid="C1.Win.Util.CodeRanges.Add(System.Char,System.Char)">Add(char, char)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Add(char first, char last)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Add(first As Char, last As Char)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">char</a></td>
      <td><span class="parametername">first</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">char</a></td>
      <td><span class="parametername">last</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_Util_CodeRanges_Add_" data-uid="C1.Win.Util.CodeRanges.Add*"></a>
<h4 id="C1_Win_Util_CodeRanges_Add_System_Collections_Generic_IEnumerable_C1_Win_Util_CodeRange__" data-uid="C1.Win.Util.CodeRanges.Add(System.Collections.Generic.IEnumerable{C1.Win.Util.CodeRange})">Add(IEnumerable&lt;CodeRange&gt;)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Add(IEnumerable&lt;CodeRange&gt; crs)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Add(crs As IEnumerable(Of CodeRange))</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.Win.Util.CodeRange.html">CodeRange</a>&gt;</td>
      <td><span class="parametername">crs</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
