# C1.LiveLinq.Indexing.IIndexedSource-1.Indexes

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_LiveLinq_Indexing_IIndexedSource_1_Indexes_" data-uid="C1.LiveLinq.Indexing.IIndexedSource`1.Indexes*">Indexes Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_LiveLinq_Indexing_IIndexedSource_1_Indexes_" data-uid="C1.LiveLinq.Indexing.IIndexedSource`1.Indexes*"></a>
<h4 id="C1_LiveLinq_Indexing_IIndexedSource_1_Indexes" data-uid="C1.LiveLinq.Indexing.IIndexedSource`1.Indexes">Indexes</h4>
<div class="markdown level1 summary"><p>Gets the collection of indexes attached to this collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ScannerCollection&lt;T&gt; Indexes { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property Indexes As ScannerCollection(Of T)</code></pre>
</div>
<h5 class="propertyValue">Property Value</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.ScannerCollection-1.html">ScannerCollection</a>&lt;T&gt;</td>
      <td><p>A collection of indexes attached to this collection. If this is an independent collection, not the result of
a LiveLinq indexing search, then its <a class="xref" href="C1.LiveLinq.Indexing.IIndexedSource-1.Indexes.html#C1_LiveLinq_Indexing_IIndexedSource_1_Indexes">Indexes</a>
collection contains <a class="xref" href="C1.LiveLinq.Indexing.Index-1.html">Index&lt;T&gt;</a> objects. Otherwise, that is, if it is the result of an indexing search
operation such as <a class="xref" href="C1.LiveLinq.Indexing.Index-1.Find.html#C1_LiveLinq_Indexing_Index_1_Find_System_Object_">Index.Find</a> and others, it contains
subindexes implementing <a class="xref" href="C1.LiveLinq.Indexing.Search.IIndexScanner-1.html">IIndexScanner&lt;T&gt;</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
