Book a Demo

Author Topic: .Net generics - best way to work with these in EA  (Read 3166 times)

larovia

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
.Net generics - best way to work with these in EA
« on: March 12, 2008, 02:12:43 am »
How are you all working with .NET generics in EA

I would like to be able to model <T> in a useful way. Is the some "language packs" to be able to properly model .NETs built in types and features - like generic collections.

Regards
Larovia

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: .Net generics - best way to work with these in
« Reply #1 on: March 12, 2008, 03:06:41 am »
Hi Larovia,

EA seems to handle these like parameterized classes, as far as I know. This takes a moment to get used to - it certainly did for me - but it seems to work OK.

You'll likely find more by searching the forum for generics.

David

[EDIT: I just checked the new EA Help file - build 827, version 7.1 production. Nothing specific on this as yet.]
« Last Edit: March 12, 2008, 03:17:23 am by Midnight »
No, you can't have it!

larovia

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: .Net generics - best way to work with these in
« Reply #2 on: March 12, 2008, 06:41:49 pm »
There was not much about generics, but now there is.

Thank you for your help, much appreciated  :)