/// <summary>
/// Something about this generic method which works with ??? type.
/// </summary>
/// <typeparam name="T">∙∙∙</typeparam>
/// <returns></returns>
public T Foo<T>()
{
∙∙∙
}
Is it possible to write a comment in the summary tag to show current given generic type. (as visual-studio does)?
(e.g. We can see Something about this generic method which works with string type.
in the tooltip of Foo<string>()
)
this tag should do this <typeparamref name="T"/>
Recommended Tags for Documentation Comments (C# Programming Guide)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With