You searched for the word(s):
< 1 second(s)
-
I'm having an issue where documenting methods with type constraints causes the syntax for the type constraint to duplicate. The example below is an overridden method, but the same thing happens if the me
For example:
public T DoSomething<T> where T : Page {...}
This produces documentation as ...