using System.Collections; public interface IEnumerable{ IEnumerator GetEnumerator(); }