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