Ques:-What is adding comments in C# code?
Ans:- you can easily add comment within the structure of your c# code and view them by using code comments web reports. comments and XML tags displayed in code comment. Typically comments are entered before user defined types such as class , struct or interface; members such as field, even ,property, or method and namespace declaration.
///<summary>
Ans:- you can easily add comment within the structure of your c# code and view them by using code comments web reports. comments and XML tags displayed in code comment. Typically comments are entered before user defined types such as class , struct or interface; members such as field, even ,property, or method and namespace declaration.
///<summary>
No comments:
Post a Comment