On 29/06/2010 14:08, Steven Schveighoffer wrote:
> Besides, try to do this in C#:
>
> @property int value() {return _x;}
> @property int value(int x) { return _x = x;}
> @property int value(string s) { return _x = to!int(s);}
>
> :)  D's properties are so much better...
>
> -Steve
Ok, convinced ;)