Once you have your new object (using the weird syntax...), just call the
method via the object.
e.g.,
InnerClassObject x = new Outer().new Inner();
x.Action();
etc.

Signature
David Anton
www.tangiblesoftwaresolutions.com
Home of:
Instant C#: VB.NET to C# Converter
Instant VB: C# to VB.NET Converter
Instant J#: VB.NET to J# Converter
> Thanks for this syntax, it works, but again there is a problem, of calling
> the function "public boolean action" of the inner class. How do I call this
[quoted text clipped - 14 lines]
> >
> >
anoop - 17 Jul 2005 16:12 GMT
i tried it, but what should be the parameters inside the action method.
Thank you
> Once you have your new object (using the weird syntax...), just call the
> method via the object.
[quoted text clipped - 21 lines]
> > >
> > >