2 using System
.Collections
.Generic
;
8 foreach (string x
in new B ()) {
15 public IEnumerator
<string> GetEnumerator ()
17 var s
= new List
<string>();
19 return s
.GetEnumerator();
25 public IEnumerator
<int> GetEnumerator (int[] x
= null)
27 throw new NotImplementedException ();