dotnet / dotnet/dotnet-api-docs
Fixing errors in SortedDictionary<TKey,TValue>.IDictionary.Keys Property page
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.sorteddictionary-2.system-collections-idictionary-keys?view=net-5.0#System_Collections_Generic_SortedDictionary_2_System_Collections_IDictionary_Keys
This weblink contains weird empty blocks. Seems like someone forgot to delete this.

Corresponding sample file refers to
```
//
}
}
//
```
from https://github.com/dotnet/dotnet-api-docs/blob/main/samples/snippets/csharp/VS_Snippets_CLR/Generic.SortedDictionary.IDictionary/CS/source.cs
https://github.com/dotnet/dotnet-api-docs/blob/main/samples/snippets/visualbasic/VS_Snippets_CLR/Generic.SortedDictionary.IDictionary/VB/source.vb
Contributor guide
Assessment
This issue has not been assessed yet.