现在的位置: 首页 > 综合 > 正文

将类型生成为模块

2012年12月13日 ⁄ 综合 ⁄ 共 148字 ⁄ 字号 评论关闭
public class App
{
    
static public void Main(string[] args)
    
{
        System.Console.WriteLine(
"hi");
    }

}

上面的应用程序定义了一个名为App的类型,该类型有一个静态公有方法Main()

抱歉!评论已关闭.