Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver2
4いいね 51回再生

Comments in C# Telugu

comment
c#
Telugu
Description
Comments in C# C# Comments - C#
Notes for You: Comments in C#.
are something like notes in the code.
are ignored by the C# compiler.
are used to document the source code.
are used to increase the readability and
understandability of the source code.
are used to explain the code logic,
Types of comments in C#:
Single line comment:
So that we can understand the code later as well as
other developers can also understand the code easily.
There are 3 types of comments in c#
Description
/* and */ are used to write multiple lines of
Documentation comment:
Note:
Tual åt
Example Code:
using System;
Vo) 5G
LTE1 ill 56%
Anything is written after /// symbols using XML
syntax is treated as a comment
Comments
in C#
Il/ <summary>
Learn more @ ChidresTe chTutor4tis
Il/ are used to document a structure, class, interface
etc. i.e. any user defined data type; which gives an
extra information to the user, so that he or she can use
it easily
cc
namespace CommentsDemo
project
If we don't want to execute some part(s) of the code,
we can comment them so that they can be ignored by
the compiler.
IIl &lt:/summary&qt:
Il/ Program is a main class for CommentsDemo

コメント