Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created August 30, 2021 03:05
Show Gist options
  • Select an option

  • Save dsibinski/af9b9f9b308e471652f2dcd754754bc6 to your computer and use it in GitHub Desktop.

Select an option

Save dsibinski/af9b9f9b308e471652f2dcd754754bc6 to your computer and use it in GitHub Desktop.
class MyCollection
{
public IEnumerator<MyObject> GetEnumerator()
{
throw new NotImplementedException();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment