What is an IEnumerable?

  • IEnumerable is an interface available in the System.Collection namespace
  • Any collection that implements the IEnumerable implements the GetEnumerator method of the IEnumerable interface, making it iterable.
  • The IEnumerable or the Generic IEnumerable must be used over in-memory objects.
  • IEnumerable is an interface available in the System.Collection namespace
  • Any collection that implements the IEnumerable implements the GetEnumerator method of the IEnumerable interface, making it iterable.
  • The IEnumerable or the Generic IEnumerable must be used over in-memory objects.

Buy Me A Coffee

Found this article helpful? Please consider supporting!

Ram
Ram

I'm a full-stack developer and a software enthusiast who likes to play around with cloud and tech stack out of curiosity. You can connect with me on Medium, Twitter or LinkedIn.

Leave a Reply

Your email address will not be published. Required fields are marked *