1
General Board / create get and set in C#
« on: May 19, 2006, 06:31:26 am »
Hi!
I'm currently having trouble letting EA produce a get and set function routines like
public int GetCounter
{
get
{
return Counter;
}
}
I did add an operation marked with the stereotype property with the right return type but that seems not to be the solution.
Can somebody advise how to get this realized?
Thanks in advance
Christof
I'm currently having trouble letting EA produce a get and set function routines like
public int GetCounter
{
get
{
return Counter;
}
}
I did add an operation marked with the stereotype property with the right return type but that seems not to be the solution.
Can somebody advise how to get this realized?
Thanks in advance
Christof