C# Beginner to advanced - Lesson 7 - Comments

مجله خبری، آموزشی پرشین تک
منتشر شده در 11 خرداد 1397

Commenting involves placing Human Readable Descriptions inside of computer programs detailing what the Code is doing. or Commenting is the "art" of describing what your program is going to do in "high level" English statements.


Commenting is best done before actually writing the code for your program.


Single Line Comment //

Multi Line Comment / /

XML Documentation Comment ///


C# Compiler Ignore Comments.

دیدگاه کاربران