Skip to content

Instantly share code, notes, and snippets.

@syedharoonmca
Created January 1, 2023 05:36
Show Gist options
  • Save syedharoonmca/c85579fe9fd3e1faaa37c43259cfb2ba to your computer and use it in GitHub Desktop.
Save syedharoonmca/c85579fe9fd3e1faaa37c43259cfb2ba to your computer and use it in GitHub Desktop.
namespace System.Collections
{
...public interface IEnumerable
{
...IEnumerator GetEnumerator();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment