# GrapeCity.Documents.Common.ObservableSortedDictionary-2.Keys

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Common_ObservableSortedDictionary_2_Keys_" data-uid="GrapeCity.Documents.Common.ObservableSortedDictionary`2.Keys*">Keys Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Common_ObservableSortedDictionary_2_Keys_" data-uid="GrapeCity.Documents.Common.ObservableSortedDictionary`2.Keys*"></a>
<h4 id="GrapeCity_Documents_Common_ObservableSortedDictionary_2_Keys" data-uid="GrapeCity.Documents.Common.ObservableSortedDictionary`2.Keys">Keys</h4>
<div class="markdown level1 summary"><p>Gets a collection containing the keys in the <a class="xref" href="GrapeCity.Documents.Common.ObservableSortedDictionary-2.html">ObservableSortedDictionary&lt;TKey, TValue&gt;</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ICollection&lt;TKey&gt; Keys { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Keys As ICollection(Of TKey)</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2.keys">IDictionary&lt;TKey, TValue&gt;.Keys</a></div>
</div>
