Book a Demo

Author Topic: Can't Reverse Extension Methods  (Read 2220 times)

marksisson

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Can't Reverse Extension Methods
« on: July 14, 2009, 03:50:12 pm »
I have a class that uses C# extension methods like the one below.  I'm using EA  version 7.1.830 and it doesn't have the ability to reverse engineer this. Does the latest version of EA work with this?  Thanks.

    static class StringExtensions
    {
        public static string FixPath(this string s)
        {
            return s.FixDelims().StripLastDelims();
        }

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Can't Reverse Extension Methods
« Reply #1 on: July 15, 2009, 10:47:43 am »
Sounds like you're using an older version of EA that didn't support reverse engineering C# 3.  Try upgrading to the latest build.