[Ironpython-users] How to pass ref and out to Ironpython?

soardex at ovi.com soardex at ovi.com
Thu May 24 11:28:31 CEST 2012



Hi!


How to pass ref and out to IronPython?
Here is sample code for C#:

CreateContext( byte[] data, ref byte[] dataout );

or

CreateContext( byte[] data, out byte[] dataout );

How to get the return data of dataout to ironpython?


Cheers,
Edward Fitz



More information about the Ironpython-users mailing list