C# Class EPiUtilities.Extensions.EnumerableExtensions

Extension methods for .
Afficher le fichier Open project: JohannesOstensjo/EPiUtilities

Méthodes publiques

Méthode 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 méthode

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

ToPageDataCollection() public static méthode

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