摘要:
// The following line causes the compiler to generate// a new delegate class named CheckAndPrintDelegate that// inherits from System.MulticastDelegate.public delegate void CheckAndPrintDelegate(string str); MulticastDelegate is a special class. Compilers can derive from this class, but you cannot de 阅读全文
posted @ 2011-07-26 11:26
cutebear
阅读(382)
评论(0)
推荐(0)
浙公网安备 33010602011771号