日期:2014-05-18  浏览次数:20511 次

一段很简单的代码,但是有点看不懂
public   class   Class2
{

        public   global   ::   Class1   class1
        {
                get
                {
                        throw   new   System.NotImplementedException();
                }
                set
                {
                }
        }
}
上面的global啥意思阿,俩冒号又是啥意思阿?

------解决方案--------------------
http://blog.csdn.net/antimatterworld/archive/2007/09/04/1772215.aspx