Book a Demo

Author Topic: Does EA support c# 2.0 in full measure?  (Read 2460 times)

Vdovichenko

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Does EA support c# 2.0 in full measure?
« on: December 20, 2006, 02:20:39 am »
In particular how can I use attributes c# and partial classes?
« Last Edit: December 20, 2006, 02:30:51 am by Vdovichenko »

thomaskilian

  • Guest
Re: Does EA support c# 2.0 in full measure?
« Reply #1 on: December 20, 2006, 04:25:33 am »
Search the forum for "partial classes". There have been quite some threads.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Does EA support c# 2.0 in full measure?
« Reply #2 on: December 20, 2006, 01:08:32 pm »
The attributes are tagged values.  (See http://www.sparxsystems.com/EAUserGuide/csharp_conventions.htm)

I'll leave you to do the search for partial classes.