将最美的计算机软件奉献给社会

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  C#

摘要:用于反射测试的类:using System;using System.Collections.Generic;using System.Text;namespace HelloReflection{ public interface IAdd { int Add(); } public abstract class Car { private string _carName; public str... 阅读全文
posted @ 2010-09-25 17:35 赖顺生 阅读(218) 评论(0) 推荐(0)