Hi,<br><br>while trying to call some C# code from IronRuby, I get this:<br><br>my_csharp_class_instance.call(%w(some array))<br><br>:0: can&#39;t convert Array into System::String[] (TypeError)<br><br>Is there some easy way to construct an array of System::String ? Or a conversion ?<br>

<br>cheers,<br><br>-- Thibaut<br>