分类: c#

方法传参(C#-6)

[code lang="csharp"] //最大值 static void Main(string[] args) { int[] numbers = { 1,23,5,6,7,845,3,9
...Read more...

常量枚举(C#-5)

常量 [code lang="csharp"] const double PI = 3.14; Console.WriteLine(PI); Console.ReadKey(); [/code]
...Read more...

认识Visual Studio 2013(C#-1)

理由:想学,就学了 .net->.Net Framework框架,一种平台,一种技术 C#编程语言 在.net平台上 开发桌面应用程序叫winform internet应用 ASP.NET
...Read more...