C# Class EPiUtilities.Extensions.EnumerableExtensions

Extension methods for .
Show file Open project: JohannesOstensjo/EPiUtilities

Public Methods

Method Description
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.

Method Details

ToPageDataCollection() public static method

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

ToPageDataCollection() public static method

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