摘要: 第一个是使用方法形式的实例方法: incrementer.CountedADozen += IncrementDozensCount; //方法引用形式 第二个是使用方法形式的静态方法: incrementer.CountedAdozen += ClassB.CounterHandlerB; //方 阅读全文
posted @ 2019-10-29 22:11 八风不动 阅读(1357) 评论(0) 推荐(0)