Make that “three single comment-markers”
In C# it’s ///
which as default spits out:
/// <summary>
///
/// </summary>
/// <returns></returns>
Here’s some tips on editing VS templates.
Make that “three single comment-markers”
In C# it’s ///
which as default spits out:
/// <summary>
///
/// </summary>
/// <returns></returns>
Here’s some tips on editing VS templates.