End Google Ads 201810 - BS.net 01 --> 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