CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: C#

IEnumerable Extension Method to get a PerpetualEnumerator

277 Views
Copy Code Show/Hide Line Numbers
public static PerpetualEnumerator<T> GetPerpetualEnumerator<T>(this IEnumerable<T> items)
{
    return new PerpetualEnumerator<T>(items);
}
by Al Gonzalez
  June 17, 2010 @ 9:10pm
Tags:
Description:
refers to the PerpetualEnumerator class found here: "Perpetual Enumerator - never call Reset again" http://codepaste.net/jixya5

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate