002C#控制台程序的基本结构

Posted 简单就快乐~~

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了002C#控制台程序的基本结构相关的知识,希望对你有一定的参考价值。

利用#region 和#endregion 来定义展开和折叠的区域代码

 1 #region
 2 using System;
 3 using System.Collections.Generic;
 4 using System.Linq;
 5 using System.Text;
 6 
 7 namespace ConsoleApplication1
 8 {
 9     class Program
10     {
11         static void Main(string[] args)
12         {
13             Console.WriteLine("My frist app on the c#");
14             Console.Read();
15         }
16     }
17 }
18 
19 #endregion

其实以#开头的关键字都是一组预处理命令,严格的说并不是c#关键字,除了#region 和#endregion 之外,其他关键字都相当复杂,用法也比较专业。

以上是关于002C#控制台程序的基本结构的主要内容,如果未能解决你的问题,请参考以下文章

Python中的程序基本结构都有哪些呢?

C程序存储结构

for循环结构

C语言学习002:第一个完整的C程序代码

错误 3002:映射片段中的问题 | c# linq 到实体

c_cpp Robolution基本代码片段