码迷,mamicode.com
首页 > Windows程序 > 详细

C#命名空间

时间:2016-05-08 16:25:01      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:

 1 using System;
 2 using System.Collections.Generic;
 3 using System.Linq;
 4 using System.Text;
 5 
 6 /// <summary>
 7 /// 命名空间
 8 /// </summary>
 9 namespace ClassTrining
10 {
11     /// <summary>
12     /// 命名空间中的命名空间,也叫子命名空间
13     /// </summary>
14     namespace  SubSpace
15     {
16     
17     }
18 }
19 
20 /// <summary>
21 /// 命名空间space1
22 /// </summary>
23 namespace  space1
24 {
25 
26 
27 }
28 /// <summary>
29 /// 命名空间MyNamespace
30 /// </summary>
31 namespace MyNamespace
32 {
33 
34 
35 }

 

C#命名空间

标签:

原文地址:http://www.cnblogs.com/linhongquan/p/5470669.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!