Book a Demo

Author Topic: Problem with generating C# code.  (Read 2272 times)

khach79

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Problem with generating C# code.
« on: April 21, 2004, 07:47:42 pm »
Hi  ;D, nice to meet all of you, guys.
I have one question: when I create a constructor for a C# class in EA, whenever I press the save button, the EA always set the return type to "void". This makes the code look like follow and surely it will get error when compile:
public MyClass
{
public void MyClass()
 {
 }
}

Any help is appreciated.