I'm trying toloop
the below code in c# and getting count = 0
I was doing as below code
foreach (XmlNode intraday_series in source_file.DocumentElement.SelectNodes("//IntradayStructuring "))
{
}
But still intraday_series is 0
I'm trying toloop
the below code in c# and getting count = 0
I was doing as below code
foreach (XmlNode intraday_series in source_file.DocumentElement.SelectNodes("//IntradayStructuring "))
{
}
But still intraday_series is 0