Happy new year! I'm caching some methods in a dictionary and I use their FullName as the key. So I noticed that Cecil does not differentiate between generic and non-generic methods. Example:
System.Void Foo:Bar() System.Void Foo:Bar<T>() both have the FullName 'System.Void Foo:Bar()'. Shouldn't be the number of generic parameters be included in the full name, like 'System.Void Foo:Bar``1()'? Regards, Joachim -- -- mono-cecil
