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

C#.NET: How To Implement IEnumerable<T> Interface to Create Custom Collections of Data, Not Using IEnumerator<T> Derived Objects

25 Dec 2014CPOL 11K   7   51
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 29 Dec 2014.

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