On 2013-01-24 23:48, Adam Wilson wrote:

The syntax provides no way to define read-only or write-only properties.
Other than that I love it, but I am a biased C# guy.

@property(get, set) int a;
@property(get) int b;
@property(set) int c;
@property int d; // same as "a"

--
/Jacob Carlborg

Reply via email to