C# Class FlatRedBall.Glue.Utilities.IEnumerableExtensionMethods

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
Where ( this enumerable, bool>.Func predicate ) : IEnumerable

Method Details

Where() public static méthode

public static Where ( this enumerable, bool>.Func predicate ) : IEnumerable
enumerable this
predicate bool>.Func
Résultat IEnumerable