C# 클래스 MiscUtil.Collections.SmartEnumerable

Static class to make creation easier. If possible though, use the extension method in SmartEnumerableExt.
파일 보기 프로젝트 열기: mahdiz/mpclib

공개 메소드들

메소드 설명
Create ( IEnumerable source ) : SmartEnumerable

Extension method to make life easier.

메소드 상세

Create() 공개 정적인 메소드

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