IDL Complex Type | |
any | The CORBA any maps to Org.Omg.CORBA.Any in J#. As java mapping, CORBA.any comes with methods to insert or extract the values stored within CORBA.Any instances. |
// CORBA IDL |
wstring generic(in any a); |
// J# string Generic(org.omg.CORBA.Any a); |