# C1.LiveLinq.Indexing.Index-2.Find

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_Indexing_Index_2_Find_" data-uid="C1.LiveLinq.Indexing.Index`2.Find*">Find Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_Indexing_Index_2_Find_" data-uid="C1.LiveLinq.Indexing.Index`2.Find*"></a>
<h4 id="C1_LiveLinq_Indexing_Index_2_Find__1_" data-uid="C1.LiveLinq.Indexing.Index`2.Find(`1)">Find(TKey)</h4>
<div class="markdown level1 summary"><p>Finds items with the specified key value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public abstract IndexQuery&lt;T, TKey&gt; Find(TKey key)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public MustOverride Function Find(key As TKey) As IndexQuery(Of T, TKey)</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><span class="xref">TKey</span></td>
      <td><span class="parametername">key</span></td>
      <td><p>The key value to search for.</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.Indexing.Search.IndexQuery-2.html">IndexQuery</a>&lt;T, TKey&gt;</td>
      <td><p>An object enumerating items having the specified key value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="C1.LiveLinq.Indexing.Search.IIndexScanner-2.Find.html#C1_LiveLinq_Indexing_Search_IIndexScanner_2_Find__1_">IIndexScanner&lt;T, TKey&gt;.Find(TKey)</a></div>
</div>
