Author Topic: C# and indexer method  (Read 2818 times)

oaf

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
C# and indexer method
« on: April 28, 2005, 12:18:15 am »
1. To make an indexer you must type in 'indexer' as stereotype as it doesn't exist in the drop down list.

2. It's possible to make two indexers in the class operation dialogue, they will both be code generated but the class diagram only shows the first one.