代码改变世界

Constraints for override and explicit interface implementation methods are inherited from the base method, so they cannot be specified directly

2012-12-20 00:29  hongjiumu  阅读(595)  评论(0)    收藏  举报

Constraints for override and explicit interface implementation methods are inherited from the base method, so they cannot be specified directly
From:http://stackoverflow.com/questions/283824/constraints-for-explicit-interface-implementation
解决办法:
使用范型类,不能在这里使用范型方法。