And as long as I'm on the subject of those tagged parameters, what
in hell is the point of those, anyway?
Amongst other things, it's the method signature -- which I think is
a part of how the language knows which selector to target.
Only the number of method parameters matters as becomes obvious when
creating an SEL reference (which you would want to use, e.g. to call
the selector manually).
SEL selector4 = @selector(justAMethod::);
SEL selector5 = @selector(justAMethod::);
Best,
Dirk Stegemann
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden