Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

c# multiline comment

/*Statements
	and more statements */
Code
Comment

single line and multiline comments in c#

plz subscribe to my you tube channel -->
https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A


// this is a comment in c# .using two frontslash you can define a comment in c# language



/*this is a multiline comment in c#
we define multiline xomment by adding fron slash and a star and wen we end the 
multiline comment then again we write fron slashand a star but this time star
is
at the front */ 
Comment

c# single comment

//this is a single comment. use //
Comment

PREVIOUS NEXT
Code Example
Csharp :: how return only value of array in laravel 
Csharp :: C# array of repeated value 
Csharp :: how to start a webpage from a button c# 
Csharp :: Net.ServicePointManager.SecurityProtocol .net framework 4 
Csharp :: c# new object without class 
Csharp :: winforms C# code cross thread operation is not valid 
Csharp :: color unity 
Csharp :: {"The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."} 
Csharp :: c# set datetime to null value 
Csharp :: project mongodb c# 
Csharp :: c# convert double to int 
Csharp :: c# razor add disabled to button if 
Csharp :: unity sound 
Csharp :: c# nullable string 
Csharp :: dns ttl meaning 
Csharp :: c# convert datetime to unix timestamp 
Csharp :: c# return task list 
Csharp :: unity custom editor 
Csharp :: unity no serializefield 
Csharp :: how to disable vsync in monogame 
Csharp :: unity gui text 
Csharp :: c# sort for loop 
Csharp :: c# list foreach 
Csharp :: hwo to prevent rotation after hitting an object in unity 
Csharp :: unity camera follow with lerp 
Csharp :: change scale of an object unity 
Csharp :: how to create public variable in c# 
Csharp :: c# get serial ports 
Csharp :: sorting a datatable in c# 
Csharp :: string tochararray c# 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =