C# Class MiscUtil.Collections.SmartEnumerable

Static class to make creation easier. If possible though, use the extension method in SmartEnumerableExt.
Mostrar archivo Open project: mahdiz/mpclib

Public Methods

Method Description
Create ( IEnumerable source ) : SmartEnumerable

Extension method to make life easier.

Method Details

Create() public static method

Extension method to make life easier.
public static Create ( IEnumerable source ) : SmartEnumerable
source IEnumerable Source enumerable
return SmartEnumerable