SectionedUITableViewSample.SearchDelegate.SearchDelegate C# (CSharp) Method

SearchDelegate() public method

public SearchDelegate ( UITableViewController tvc, TableViewDataSource tvdc ) : System
tvc UITableViewController
tvdc TableViewDataSource
return System
        public SearchDelegate(UITableViewController tvc, TableViewDataSource tvdc)
            : base()
        {
            this.tvc = tvc;
            this.tvdc = tvdc;
        }