How can you reverse traversal through a c# collection?

Posted by Sam F on Stack Overflow See other posts from Stack Overflow or by Sam F
Published on 2010-06-16T18:35:22Z Indexed on 2010/06/16 18:42 UTC
Read the original article Hit count: 275

Filed under:
|
|
|

Is it possible to have a foreach statement that will traverse through a Collections object in reverse order?

If not a foreach statement is there any other way? Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about collection