标签:sp bs ad as res nbsp c 方法 c#
一个类,有静态方法,并不表明这个类是静态类
其次,静态方法,是不能被派生类继承的。
例如: System.Threading.WaitHandle这个类中的静态方法WaitAll和WaitAny并没有被其派生类AutoResetEvent和ManualResetEvent所继承
C#中静态方法
原文地址:http://www.cnblogs.com/chucklu/p/4087845.html