Tagged Questions
6
votes
2answers
446 views
Enterprise Architect: C# Optional parameters?
Any option to get Enterprise Architect to recognize optional parameters in C#?
I have attempted to import existing code and get the following error:
There was an error parsing
...
1
vote
1answer
959 views
Simplify Enterprise Architect code generation
Using Enterprise Architect (version 7.5), I'm trying to refine the code generation for C#. To make an attribute with an initial value that is a string generate properly, the only way I've been ...