# C1.C1Preview.IndexEntry.SeeAlso

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_IndexEntry_SeeAlso_" data-uid="C1.C1Preview.IndexEntry.SeeAlso*">SeeAlso Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_IndexEntry_SeeAlso_" data-uid="C1.C1Preview.IndexEntry.SeeAlso*"></a>
<h4 id="C1_C1Preview_IndexEntry_SeeAlso" data-uid="C1.C1Preview.IndexEntry.SeeAlso">SeeAlso</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a> of <a class="xref" href="C1.C1Preview.IndexEntry.html">IndexEntry</a> objects
related to the current index entry.
In the generated index, those entries will be listed as &quot;See also&quot;
cross-references from the current to other entries.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public List&lt;IndexEntry&gt; SeeAlso { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property SeeAlso As List(Of IndexEntry)</code></pre>
</div>
<h5 id="C1_C1Preview_IndexEntry_SeeAlso_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method always returns a non-<b>null</b><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List&lt;T&gt;</a>,
creating it if it did not exist.
To test whether an index entry already contains any &quot;See also&quot; references
without creating the <a class="xref" href="C1.C1Preview.IndexEntry.SeeAlso.html#C1_C1Preview_IndexEntry_SeeAlso">SeeAlso</a> collection,
use the <a class="xref" href="C1.C1Preview.IndexEntry.HasSeeAlso.html#C1_C1Preview_IndexEntry_HasSeeAlso">HasSeeAlso</a> property.</p>
</div>
</div>
