Am Fri, 25 Jan 2013 10:39:50 -0800 schrieb "H. S. Teoh" <[email protected]>:
> - It's illegal to mark a function that takes 2 or more arguments as > @property, because it makes no sense. > 3 or more arguments. UFCS properties have 2 arguments: @property void age(Person p, int value); //OK, bad example, but you get the idea
