H
#Hai
Hi,
I noticed that there are some special piece of comments in the source-code
generated by Visual Studio.NET when we create a new C# projects.
These comments comes with tags like
/// <summary>
/// Clean up any resources being used.
/// </summary>
What is the purpose of tags <summary> ?
How to use these tag ?
I noticed that there are some special piece of comments in the source-code
generated by Visual Studio.NET when we create a new C# projects.
These comments comes with tags like
/// <summary>
/// Clean up any resources being used.
/// </summary>
What is the purpose of tags <summary> ?
How to use these tag ?