C#基础学习(一) | 程序的基本组织架构 程序的基本架构: 解决方案或命名空间—类—方法—方法体 第一个程序hello world using System; using System.Collections.Generic; using System.Linq