Hi,
I am wondering why my comments do not appear in intellisense.
I have written the following method:
/// <summary>
/// testing
/// </summary>
/// <param name="stem">wil l this work?</param>
public void test(string stem)
{
}
If I compile/build this code, and try to call it, the summary doesn't appear
in the intellisense. Any idea why?
Thanks very much.
I am wondering why my comments do not appear in intellisense.
I have written the following method:
/// <summary>
/// testing
/// </summary>
/// <param name="stem">wil l this work?</param>
public void test(string stem)
{
}
If I compile/build this code, and try to call it, the summary doesn't appear
in the intellisense. Any idea why?
Thanks very much.
Comment