Вопрос

In Eclipse, when I type:

string name = "value";

This always becomes

string name args=args "value";

when I press enter. What is this args? And why does it appear everytime I use =?

Это было полезно?

Решение

I would try capitalizing String, if you weren't earlier. Args is the command line arguments from the main function.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top