G
Günter Zöchbauer
can anyone tell why
[DefaultValue(int.MaxValue)] is valid
but
[DefaultValue(decimal.MaxValue)] produces compiler error:
An attribute argument must be a constant expression, typeof expression or
array creation expression
[DefaultValue(int.MaxValue)] is valid
but
[DefaultValue(decimal.MaxValue)] produces compiler error:
An attribute argument must be a constant expression, typeof expression or
array creation expression