C# Class Espera.View.SearchEngine

ファイルを表示 Open project: gazwinter/Espera

Public Methods

Method Description
FilterSongs ( this source, string searchText ) : IEnumerable

Filters the source by the specified search text.

Method Details

FilterSongs() public static method

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.
return IEnumerable