和C++不同的地方:
1. 访问内部成员的方式使用 点
namespace_name.item_name;
2. using 的语法
using System;
参考:
http://www.runoob.com/csharp/csharp-namespace.html