Exemplo n.º 1
0
		public static int Main ()
		{
			IC ic = new TestApp ();
			foreach (int v in ic) {
			}

			return 0;
		}