Generic parameters are not parsed correctly
Closed this issue · 0 comments
tom-englert commented
using Info.OfMethod<MyClass>("MyMethod", "Int32, Dictionary`2<System.Int32, System.String>");
fails, as it tries to find a method with three parameters Int32
Dictionary<System.Int32
and System.String>