C# 클래스 EPiUtilities.Extensions.EnumerableExtensions

Extension methods for .
파일 보기 프로젝트 열기: JohannesOstensjo/EPiUtilities

공개 메소드들

메소드 설명
ToPageDataCollection ( this enumerable ) : PageDataCollection

Converts an enumerable of PageData to a PageDataCollection.

ToPageDataCollection ( this enumerable ) : PageDataCollection

Converts an enumerable of PageReference to a PageDataCollection. Any non resolvable references are dropped without errors.

메소드 상세

ToPageDataCollection() 공개 정적인 메소드

Converts an enumerable of PageData to a PageDataCollection.
public static ToPageDataCollection ( this enumerable ) : PageDataCollection
enumerable this
리턴 PageDataCollection

ToPageDataCollection() 공개 정적인 메소드

Converts an enumerable of PageReference to a PageDataCollection. Any non resolvable references are dropped without errors.
public static ToPageDataCollection ( this enumerable ) : PageDataCollection
enumerable this
리턴 PageDataCollection