摘要:
原文链接: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
阅读(226)
评论(0)
推荐(0)
2013年6月7日