Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7578083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T17:20:50+00:00 2026-05-30T17:20:50+00:00

If you are using a collection List<T> or even arraylist within a class, why

  • 0

If you are using a collection List<T> or even arraylist within a class, why would you want to create your own enumeration class when you can just implement IEnumerable and return the enumerator. I see examples online where people create their own enumerable class and implement current, movenext etc…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T17:20:52+00:00Added an answer on May 30, 2026 at 5:20 pm

    Well, if you have a collection class you may not be just wrapping some other collection that is Enumerable and will return exactly what you should.

    That said, I always prefer to use the yield keyword even for manually defining an enumerable. Most examples of people defining current/move next simply don’t know about yield or how to use it. (I once implemented an enumerable class defining Current/Move next for that exact reason.)

    Another case could be that the underlying collection is old and doesn’t implement IEnumerable<T> but just IEnumerable. If your collection is strongly typed you’ll want to do more than just return their enumerator (at the very least it will be a .Cast<T>() call).

    If you do have an underlying collection it may also be a collection of some private nested class (possibly some sort of custom key-value-pair) that you don’t want to publicly expose. This is a case where you may need to return a .Select call rather than just passing on the existing enumerator (but most likely wouldn’t need to actually implement your own iterator).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I using a genric list(m_equipmentList ) which is collection of objects (Schedule_Payitem). How can
I'm using the following syntax to loop through a list collection: For Each PropertyActor
I am using a <% foreach ...%> loop to list a collection of items
I am using a asp.net drop down list and it's pulling in a collection
I have a C# class the returns a List, using System.Collections.Generic Lists not F#
Is there a Generics Friendly way of using Collection.EMPTY_LIST in my Java Program. I
good stuff // ok to alias a List Type using AliasStringList = System.Collections.Generic.List<string>; //
when using this method public List<Field> getFieldWithoutId(List<Integer> idSections) throws Exception { try { Connection
I'm using garbage collection in Objective-C 2.0. Do I need to retain properties? Eg.
I am using StringDictionary collection to collect Key Value Pairs. E.g.: StringDictionary KeyValue =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.