# GrapeCity.Enterprise.Data.Expressions.Parser.Location.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Enterprise_Data_Expressions_Parser_Location__ctor_" data-uid="GrapeCity.Enterprise.Data.Expressions.Parser.Location.#ctor*">Location Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Enterprise_Data_Expressions_Parser_Location__ctor_" data-uid="GrapeCity.Enterprise.Data.Expressions.Parser.Location.#ctor*"></a>
<h4 id="GrapeCity_Enterprise_Data_Expressions_Parser_Location__ctor_System_Int64_System_Int64_System_Int64_" data-uid="GrapeCity.Enterprise.Data.Expressions.Parser.Location.#ctor(System.Int64,System.Int64,System.Int64)">Location(long, long, long)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Parser.Location.html">Location</a> structure.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Location(long index, long line, long column)</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.int64">long</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>The initial value for <span class="xref">Index</span>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></td>
      <td><span class="parametername">line</span></td>
      <td><p>The initial value for <span class="xref">Line</span>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>The initial value for <span class="xref">Column</span>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
