You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously returned the generic interface. Since we know the results will be of type `Topic` (or descendants), it is simpler to return simply `ReadOnlyTopicCollection`. This is also more consistent with .NET Framework Design Guidelines.
0 commit comments