J
Jesper, Denmark
Hi,
I think that auto-implemented properties are a wonderful new c# 3.0 feature.
However, anyone who knows how I can set a default value (initial value) for
the property like in the bad old days:
int foo = 5;
public int Foo {get ... yada yada}
I think that auto-implemented properties are a wonderful new c# 3.0 feature.
However, anyone who knows how I can set a default value (initial value) for
the property like in the bad old days:
int foo = 5;
public int Foo {get ... yada yada}