# C1.LiveLinq.LiveViews.View-1.Concat

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_LiveViews_View_1_Concat_" data-uid="C1.LiveLinq.LiveViews.View`1.Concat*">Concat Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_LiveViews_View_1_Concat_" data-uid="C1.LiveLinq.LiveViews.View`1.Concat*"></a>
<h4 id="C1_LiveLinq_LiveViews_View_1_Concat_C1_LiveLinq_IObservableSource__0__" data-uid="C1.LiveLinq.LiveViews.View`1.Concat(C1.LiveLinq.IObservableSource{`0})">Concat(IObservableSource&lt;T&gt;)</h4>
<div class="markdown level1 summary"><p>Concatenation of two views.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public View&lt;T&gt; Concat(IObservableSource&lt;T&gt; second)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Concat(second As IObservableSource(Of T)) As View(Of T)</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.LiveLinq.IObservableSource-1.html">IObservableSource</a>&lt;T&gt;</td>
      <td><span class="parametername">second</span></td>
      <td><p>A collection (usually, a view) to concatenate to this view's collection of elements.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.LiveLinq.LiveViews.View-1.html">View</a>&lt;T&gt;</td>
      <td><p>The view that contains first the elements of this view and then the elements of the parameter collection.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
