@typeof和对象.GetType()区别?
---typeof应用于类型,例如string,int等。
---GetType()应用与对象,能点出来的对象。
this.GetType() //获取当前对象类型

posted on 2013-11-12 22:20  学到老死  阅读(116)  评论(0)    收藏  举报