Results 1 to 3 of 3

Thread: whats the difference between 'IEnumberable' and 'IEnumerator' interface..

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2003
    Posts
    436

    whats the difference between 'IEnumberable' and 'IEnumerator' interface..

    thanks

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    The item implements IEnumerable and the collection implements IEnumerator, I think I got those right. IEnumerable means the item has the needed props/methods to be enumerated and the IEnumerator (the list) has the needed props/methods to be for each..looped through or enumerated.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2003
    Posts
    436

    Great definition Ed..thank you

    thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width