How to implement foreach in C#? What do you need to?
Anonymous
You need to implement IEnumerable (public IEnumerator GetEnumerator() method) and IEnumerator (public void Reset(), public bool MoveNext(), public object Current property)
Check out your Company Bowl for anonymous work chats.