2 // This was a bug which was triggered because I removed a routine
3 // inadvertently. The routine was restored, and now the scopes
7 using System
.Collections
;
8 using System
.Reflection
;
10 public class CustomDict
{
14 foreach (object o
in this)
15 Console
.WriteLine (o
);
18 public IEnumerator
GetEnumerator() {
27 public static void Main () {