المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How To Access from C# python list of multi elements



C# Programming
11-12-2013, 11:52 PM
have a list in python like this
{Uin32} {Uin32, Uin32, String, Uin32, double}

How can i access each element in C#
I used this command
IronPython.Runtime.List pRFList = rf_model.model(ut_rx_list, ut_tx_list);
how can i walktrough this list (like foreach command)

thanks in advance