Interface ISearchMatcher | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Defines whether a given file/directory matches a set of search terms.

public interface ISearchMatcher

Methods

Initialize(string)

Called once for each new search. Defines the string the user has provided as search terms.

IsMatch(IFileSystemInfo)

Return true if f is a match to the last provided search terms

Edit this page