IDL Complex Type
any The CORBA any maps to Org.Omg.CORBA.Any in VB.  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);

				
Function Generic(ByVal a As Org.Omg.CORBA.Any) As String