[Python.NET] How to pass Out parameter

techi eth techieth at gmail.com
Wed Apr 18 02:23:03 EDT 2018


Hi



I have once class function in C# which is expecting out parameter. How can
I pass out parameter from python. Below is signature of function.



public void GetOutData(string InputData, out bool isHavingParams,  out
string Parm1, out int32 Parm2, out object Parm3)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20180418/35fda526/attachment.html>


More information about the PythonDotNet mailing list