I've a function with 2 parameters.
made delegate with 2 parameters
the following invoke gives me "The given key was not present in the dictionary" error, why?
Code Snippet
array
<Object^>^oaargs= {sKey, sText};
this->Invoke(mydelegate, oaargs);
Why it is not working, seems alright to me.
Regards