下载示例代码 的文本文件,将#@ output extension=".cs" #设为".cs"便会生成cs文件。 //autogenerated //Thiscodewasgeneratedbyatool.Anychangesmademanuallywillbelost //thenexttimethiscodeisregenerated. ///autogenerated using System; { { } } // au
下载示例代码
的文本文件,将<#@ output extension=".cs" #>设为".cs"便会生成cs文件。
// <autogenerated>
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
// </autogenerated>
usingSystem;
{
{
}
}
// <autogenerated> // This code was generated by a tool. Any changes made manually will be lost // the next time this code is regenerated. System; public class HelloWorld { HelloPot() { Console.WriteLine(); } } ,