thanks
thanks
The item implements IEnumerable and the collection implements IEnumerator, I think I got those right. IEnumerable means the item has the needed props/methods to be enumerated and the IEnumerator (the list) has the needed props/methods to be for each..looped through or enumerated.
thank you