# C1.Web.Mvc.Serialization.BaseReader.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Serialization_BaseReader__ctor_" data-uid="C1.Web.Mvc.Serialization.BaseReader.#ctor*">BaseReader Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Serialization_BaseReader__ctor_" data-uid="C1.Web.Mvc.Serialization.BaseReader.#ctor*"></a>
<h4 id="C1_Web_Mvc_Serialization_BaseReader__ctor_C1_Web_Mvc_Serialization_IContext_C1_Web_Mvc_Serialization_IAttributeHelper_System_IO_TextReader_" data-uid="C1.Web.Mvc.Serialization.BaseReader.#ctor(C1.Web.Mvc.Serialization.IContext,C1.Web.Mvc.Serialization.IAttributeHelper,System.IO.TextReader)">BaseReader(IContext, IAttributeHelper, TextReader)</h4>
<div class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="C1.Web.Mvc.Serialization.BaseReader.html">BaseReader</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected BaseReader(IContext context, IAttributeHelper helper, TextReader reader)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub New(context As IContext, helper As IAttributeHelper, reader As TextReader)</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.Web.Mvc.Serialization.IContext.html">IContext</a></td>
      <td><span class="parametername">context</span></td>
      <td><p>The context.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Serialization.IAttributeHelper.html">IAttributeHelper</a></td>
      <td><span class="parametername">helper</span></td>
      <td><p>The attribute helper.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">TextReader</span></td>
      <td><span class="parametername">reader</span></td>
      <td><p>The text reader.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
