I have not until now tried to use a foreach clause in a generic list. The compile error I get is:
foreach statement cannot operate on variables of type 'DMS.OrderNodeList' because 'DMS.OrderNodeList' does not contain a public definition for 'GetEnumerator'
Any suggestions what to do next?
Thanks,