# C1.Report.Rendering.BrickCollection-1.Clone

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Rendering_BrickCollection_1_Clone_" data-uid="C1.Report.Rendering.BrickCollection`1.Clone*">Clone Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Rendering_BrickCollection_1_Clone_" data-uid="C1.Report.Rendering.BrickCollection`1.Clone*"></a>
<h4 id="C1_Report_Rendering_BrickCollection_1_Clone_C1_Report_Rendering_BrickBase_" data-uid="C1.Report.Rendering.BrickCollection`1.Clone(C1.Report.Rendering.BrickBase)">Clone(BrickBase)</h4>
<div class="markdown level1 summary"><p>Creates copy of collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public BrickCollection&lt;TItem&gt; Clone(BrickBase parent)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Clone(parent As BrickBase) As BrickCollection(Of TItem)</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.Report.Rendering.BrickBase.html">BrickBase</a></td>
      <td><span class="parametername">parent</span></td>
      <td><p>The parent for items in the created collection.</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.Report.Rendering.BrickCollection-1.html">BrickCollection</a>&lt;TItem&gt;</td>
      <td><p>The copy of this collection.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
