Forum Discussion

ak's avatar
ak
Occasional Contributor
13 years ago

How to pass an argument defined as params (in C#) with Jscript?

Hi, I need help of calling a methode (in the api of the application) which defined its argument as params. For example API: public object GetObject(params object[ ] list) i...