Re: base() question :-)

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 12/02/04


Date: Thu, 2 Dec 2004 16:21:48 -0000

Marina <someone@nospam.com> wrote:
> If you don't call it expcitly, it will never be called.

>From the C# spec, section 17.10.1:

<quote>
If an instance constructor has no constructor initializer, a
constructor initializer of the form base() is implicitly provided.
</quote>

-- 
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too