|
-
Nov 21st, 2003, 07:20 PM
#1
Thread Starter
Hyperactive Member
whats the difference between 'IEnumberable' and 'IEnumerator' interface..
-
Nov 21st, 2003, 08:46 PM
#2
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.
-
Nov 23rd, 2003, 04:01 PM
#3
Thread Starter
Hyperactive Member
Great definition Ed..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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|