Re: base() question :-)
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 12/02/04
- Next message: Cor Ligthert: "Re: Can you call asp function in asp.net?"
- Previous message: Niki Estner: "Re: Regex question: Lazy quantifiers"
- In reply to: Marina: "Re: base() question :-)"
- Next in thread: Flip: "Re: base() question :-)"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Cor Ligthert: "Re: Can you call asp function in asp.net?"
- Previous message: Niki Estner: "Re: Regex question: Lazy quantifiers"
- In reply to: Marina: "Re: base() question :-)"
- Next in thread: Flip: "Re: base() question :-)"
- Messages sorted by: [ date ] [ thread ]