This video tutorial is about:
How to use comments in C sharp Programming Language:
There are three ways to express comments In C sharp Programming:
Single Line Comments can be written in one line and should start with // before the comments statement.
Multi Line Comment can be written In C sharp Programming when you have to explain the coding in many line and it start with /* before your starting point of Comments and */ when you are going to finish the statement of Comments.
XML Documentation Comments are comments when you have to tool tip any part of the language and when there you stay for a while it show tool tip against the code written. you can write XML Documentation Comments /// after this sign.
Compiler of C sharp Programming Ignores comments written in program.
0 comments:
Post a Comment