dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]inheritance problem


From: Gopal V
Subject: Re: [DotGNU]inheritance problem
Date: Sat, 19 Jul 2003 08:00:14 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, Neil Cawse wrote:
> Produces blank line in portable.net
> and test1 in ms.net
> not sure why??

This works for me ... and has been for some time now ...

.class nested private auto ansi 'Test2' extends 'Test'/'Test1'
{
.method public hidebysig specialname rtspecialname instance void '.ctor'() cil 
managed 
{
        ldarg.0
        call    instance void 'Test'/'Test1'::'.ctor'()
        ret
        .maxstack 1
} // method .ctor
} // class Test2

is what I get from cscc , which obviously does call the parent constructor.

Could you check the binary you were using ?.

Gopal
-- 
The difference between insanity and genius is measured by success


reply via email to

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