We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
public class C { /// <param name="fileName">1</param> public void M(string fileName) { } /// <param name="fileName">2</param> public void M(string fileName, bool b) { } }
Often we want the same text for both, not always though which makes it tricky.
Activity