Forum Discussion
Philip_Baird
12 years agoCommunity Hero
Hi Michael, I use C# Libraries with JScript and all Namespaces are represented with underscores, e.g. dotNET.Jint_Parser_Ast.Program.zctor();
Where:
Jint_Parser_Ast = the Jint.Parser.Ast Namespace
Program = the Program Class
zctor() = the Constructor Method
so I am not sure how you are able to use dot notation for referenced Namespaces.
Regards,
Phil Baird
Where:
Jint_Parser_Ast = the Jint.Parser.Ast Namespace
Program = the Program Class
zctor() = the Constructor Method
so I am not sure how you are able to use dot notation for referenced Namespaces.
Regards,
Phil Baird