Click here to Skip to main content
15,892,575 members
Articles / Programming Languages / C# 3.5

C#.NET: How to implement IEnumerable<T> interface to create custom collections of data, not using IEnumerator<T> derived objects.

1 Jan 2015CPOL 5.4K   3   5
This article describes how to implement IEnumerable interface without using the custom enumerators objects.
We're sorry, but the article you are trying to view was deleted at 3 Jan 2015.

Please go to the C# 3.5 Table of Contents to view the list of available articles in this section.