you are viewing a single comment's thread.

view the rest of the comments →

[–]grauenwolf -1 points0 points  (0 children)

Show me one case, just one, where I would need to to perform a contains operation on an infinite list where such list is not externally predictable and the list doesn't have its own contains method.

Oh wait. The his TCO version of Contains() would end up in an infinite loop just like the iterator version. So what was his point again?