Created
August 30, 2021 03:05
-
-
Save dsibinski/af9b9f9b308e471652f2dcd754754bc6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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