L
Leon_Amirreza
hi
How can I have this in c# (or any equivalent code that does the same thing):
[DefaultValue(Environment.NewLine)]
or
[DefaultValue(f())]
f() is a function that returns a value.
How can I have this in c# (or any equivalent code that does the same thing):
[DefaultValue(Environment.NewLine)]
or
[DefaultValue(f())]
f() is a function that returns a value.