1 // CS0612: `E.GetEnumerator()' is obsolete
3 // Compiler options: -warnaserror
5 using System
.Collections
;
11 public IEnumerator
GetEnumerator ()
13 throw new System
.NotImplementedException ();
19 public static void Main ()
22 foreach (var entry
in e
) {