C# 클래스 Espera.View.SearchEngine

파일 보기 프로젝트 열기: gazwinter/Espera

공개 메소드들

메소드 설명
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