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

  • Home
  • SEARCH
  • 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 990935
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T06:01:37+00:00 2026-05-16T06:01:37+00:00

i am quite confused about the differences between the various types in the C#

  • 0

i am quite confused about the differences between the various types in the C# language. specifically

  • IEnumerable
  • IEnumerator
  • 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-16T06:01:37+00:00Added an answer on May 16, 2026 at 6:01 am

    IEnumerable<T> represents a sequence which can be enumerated – such as a list.

    IEnuerator<T> effectively represents a cursor within a sequence.

    So imagine you have a sequence – you can iterate over that with several “cursors” at the same time. For example:

    List<string> names = new List<string> { "First", "Second", "Third" };
    foreach (string x in names)
    {
        foreach(string y in names)
        {
            Console.WriteLine("{0} {1}");
        }
    }
    

    Here, List<string> implements IEnumerable<string>, and the foreach loops each call GetEnumerator() to retrieve an IEnumerator<string>. So when we’re in the middle of the inner loop, there are two independent cursors iterating over a single sequence.

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

Sidebar

Related Questions

I am quite confused about the difference between an index on table and index
I'm quite confused about the basic concepts of a Hash table. If I were
I'm quite confused about several books in .NET that I have read. Would someone
I'm quite confused about some terms, I know Java for writting some usual executable
I've been learning about the Model-View-Controller paradigm (MVC), but I'm quite confused since some
I'm really new to Facebook application development, and I'm quite confused about application permissions
I am quite new to WPF and I am confused about how Data Bindings
I'm quite confused by something. I've got 2 select lists, and if you choose
I have recently run across these terms few times but I am quite confused
Quite a while ago, I heard about Object databases. Cool concept and all. Now,

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.