Delegate FetchStringHandler
Namespace: Unity.QuickSearch
Syntax
public delegate string FetchStringHandler(SearchItem item, SearchContext context);
Parameters
| Type | Name | Description |
|---|---|---|
| SearchItem | item | |
| SearchContext | context |
Returns
| Type | Description |
|---|---|
| System.String |