DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
shorthand in c# operator
Console
.
WriteLine
(
"----short hand-----"
)
;
int
x
=
10
;
x
+=
10
;
Console
.
WriteLine
(
x
)
;
PREVIOUS
NEXT
Tagged:
#shorthand
#operator
ADD COMMENT
Topic
COMMENT
Name
6+8 =
Submit