Book a Demo

Author Topic: C# indexers  (Read 2810 times)

tcabanski

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
C# indexers
« on: September 01, 2002, 10:02:45 am »
Is there a way to represent C# indexers in the static class model such that proper code will generate.

Reversing ends up representing indexers as attributes named this of the proper return type.  It's not bad; just not quite what I would hope for.  I guess I would expect a sterotype similar to <<property>>.