There are three types comments in C#: Single line comment with // …; Multiple line comments with /* … */; XML Document comments with ///Read More
There are three types comments in C#: Single line comment with // …; Multiple line comments with /* … */; XML Document comments with ///Read More