With CLR Hosting, I\'m trying to pass a dictionary paramater to my C# method
static public void MyFct(Dictionary info) { ... }