dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]ILNode_Using and stuff


From: Gopal V
Subject: [DotGNU]ILNode_Using and stuff
Date: Tue, 15 Oct 2002 00:08:35 +0530
User-agent: Mutt/1.2.5i

Hi All,
        I'm stuck at ILNode_Using ... How the heck do I 
get the variables out of the ILNode_List left behind from
ResourceAcquisition ?

And why does ILNode_Using have a GenDiscard ? .. Should I
generate

try
{
        stmt;
}
finally
{
        dispose; 
}

from

using(Bob b=new Bob())
{
        stmt;
}

Hoping that someone tells me how (fputs on info->asmOutput ?)... 
any ideas ?

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


reply via email to

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