Book a Demo

Author Topic: How can I express a Generic List in a class diag?  (Read 2517 times)

tone

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
How can I express a Generic List in a class diag?
« on: September 10, 2010, 12:24:28 pm »
for example i want this output when generating code:

Code: [Select]
private List<MyType> _listOfMyTypes;

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller

tone

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Re: How can I express a Generic List in a class di
« Reply #2 on: September 11, 2010, 01:02:39 am »
thanks!