C# Класс Espera.View.SearchEngine

Показать файл Открыть проект

Открытые методы

Метод Описание
FilterSongs ( this source, string searchText ) : IEnumerable

Filters the source by the specified search text.

Описание методов

FilterSongs() публичный статический Метод

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.
Результат IEnumerable