C# Class MiscUtil.Collections.SmartEnumerable

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

Méthodes publiques

Méthode Description
Create ( IEnumerable source ) : SmartEnumerable

Extension method to make life easier.

Method Details

Create() public static méthode

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