dotnet / dotnet/dotnet-api-docs
Nested class of generic class appears in ToC above the generic class
Open
area-Infrastructure
Pri3
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
At , the table of contents lists the nested class `HashSet.Enumerator` above the outer class `HashSet`. It would look better if the table of contents listed the outer class above its nested classes.
At however, the table of contents lists the nested class `ActivationContext.ContextForm` below the outer class `ActivationContext`. It thus appears that the problem applies to generic classes only.
Contributor guide
Assessment
This issue has not been assessed yet.