static void Main(string[] args) | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 2

static void Main(string[] args)

what is the meaning of this line?

26th Jun 2018, 8:35 AM
Andy Jiang
Andy Jiang - avatar
2 Respuestas
+ 1
Main is the method which executes upon program startup, and string[] args is for command line arguments when starting the program
26th Jun 2018, 12:02 PM
hinanawi
hinanawi - avatar
0
what is the line argument ???
7th Jul 2018, 3:05 PM
Andy Jiang
Andy Jiang - avatar