John Wood <(E-Mail Removed)> wrote:
> > Yes you can - just as your code below, but using "this" instead of
> > "base".
> Yeah true you can (I admit I forgot), but I rarely use that because you have
> little control over when the referenced constructor is called (it always
> runs before the constructor body).
That doesn't mean it's not useful though. I use it all the time when
providing constructs which effectively default various values - each
constructor calls a version with more parameters, either directly going
to the "full" one or going in stages. I believe this is fairly common.
--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too