• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Mike Von

 
 

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

06 2013 档案

 
[转] polymorphic databinding solutions
摘要:原文链接:http://ayende.com/blog/1558/polymorphic-databinding-solutionsLet us assume that you have the following class hierarchy:Now, what do you think the result of this code will be?BindingList<Animal> animals = new BindingList<Animal>();animals.Add(new Dog());animals.Add(new Cat());GridVie 阅读全文
posted @ 2013-06-07 09:27 Mike Von 阅读(230) 评论(0) 推荐(0)