Book a Demo

Author Topic: EA supports most C# constructs and keywords.  (Read 1986 times)

eppinkf

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
EA supports most C# constructs and keywords.
« on: January 08, 2007, 02:59:07 am »
The EAUserGuide/EA Help contain the sentence
"EA supports most C# constructs and keywords."
Is a document/list of those C# constructs/keywords available, that are not supported?

Thanks


Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EA supports most C# constructs and keywords.
« Reply #1 on: January 08, 2007, 01:12:04 pm »
The only issues I am aware of are ones where users don't like how a construct is handled.
  • Partial classes are kept separate in EA
  • Delegates are imported as methods instead of types and therefore are ignored if outside of a class.
  • Others don't like how properties are handled.
« Last Edit: January 08, 2007, 01:14:40 pm by simonm »