个人二手前四后四自卸:初学c#时hello world遇到的问题:error CS1519

来源:百度文库 编辑:高考问答 时间:2024/05/08 07:08:02
source code:
using System;
class Hello
{
Static void Main(){
Console.WriteLine("hello,world");
}
}
error CS1519: Invalid token 'void' in class, struct, or interface member declaration
怎么会有这问题呢?

不是 Static,而是 static