mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The C# compiler only expects: - EnumeratorType GetEnumerator(); on the type of the in-expression. - EnumeratorType must implement the following members: * bool MoveNext(); * T Current { get; }pull/892/head
1 changed files with 15 additions and 1 deletions
Loading…
Reference in new issue