[nem-en] out / ref
Ivan A Eryshov
ivan.eryshov at gmail.com
Tue Sep 26 08:35:19 CEST 2006
On 9/26/06, Igor Tkachev <it at rsdn.ru> wrote:
>
> Hello Michal,
>
> > I'm not sure though, if it wouldn't confuse people (that Foo(_) and
> > Foo(out _) are completely different things).
>
> I thought about it. If this way is clearer, it's OK with me.
> What about Foo(ref _)?
I don't like Foo(out _) and Foo(ref _), that will confuse developers
absolutely.
Also how Foo(ref _) should works in such code:
Foo(ref t : A)
{
t.Method();
}
?
Best Regards,
Ivan A. Eryshov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /mailman/pipermail/devel-en/attachments/20060926/1234c4ac/attachment.html
More information about the devel-en
mailing list