Menu

#39 Summary for SDK generics fail if argument are a typeparam

open-accepted
Xharze
Core (23)
5
2010-04-29
2010-04-29
Xharze
No

For example System.Collections.Generic.List`1.RemoveAt(System.Int32) work, but System.Collections.Generic.List`1.Remove(`0) does not because the parameter are generic.

Discussion

  • Xharze

    Xharze - 2010-04-29
    • status: open --> open-accepted
     
  • Marcel Gosselin

    Marcel Gosselin - 2011-01-15

    This seems like the same problem as bug #3158721 (https://sourceforge.net/tracker/?func=detail&aid=3158721&group_id=212352&atid=1021403)

    There is a patch along with that bug that probably fixes your issue as well.

     

Log in to post a comment.