摘要: 猜猜下面这段代码的输入,我预计90%以上的人给不出正确的答案void Main(){InitSeqBase x = new InitSeqChild();}public class InitSeqBase{public static Nothing _SField = new Nothing("base static field initializer");static InitSeqBase()... 阅读全文
posted @ 2011-01-25 17:50 队长 阅读(287) 评论(1) 推荐(1)