C# Class Espera.View.SearchEngine

Afficher le fichier Open project: gazwinter/Espera

Méthodes publiques

Méthode Description
FilterSongs ( this source, string searchText ) : IEnumerable

Filters the source by the specified search text.

Method Details

FilterSongs() public static méthode

Filters the source by the specified search text.
public static FilterSongs ( this source, string searchText ) : IEnumerable
source this The songs to search.
searchText string The search text.
Résultat IEnumerable