dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]indexers with variable args


From: Rhys Weatherley
Subject: Re: [DotGNU]indexers with variable args
Date: Tue, 12 Nov 2002 10:23:53 +1000

Gopal V wrote:

> //does it compile on CSC ?

Nope.  CSC complains that "this[int]" cannot be used as an l-value,
because it only has a "get" method.  i.e. it chooses the "best" case
before checking for l-value/r-value.  Our behaviour is consistent
with CSC's, so no new bugs to fix ...

Cheers,

Rhys.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]