// cs0202.cs: GetEnumerator cant return a pointer, only an instance. // Line: 6 public class Foo { int P* GetEnumerator () { } }