PerformFilter() 공개 메소드

public PerformFilter ( string text ) : void
text string
리턴 void
예제 #1
0
 public override void TextChanged(UISearchBar searchBar, string searchText)
 {
     container.PerformFilter(searchText ?? "");
 }