2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-iter-02.cs
blob58b38894eb834217b8b453aae93d6507be600d34
1 using System.Collections.Generic;
3 class C
5 private IEnumerator<KeyValuePair<string, object>> Test ()
7 yield break;
10 public static void Main ()