Delegate SearchIndexer.EnumerateRootEntriesHandler
Namespace: Unity.QuickSearch.Providers
Syntax
public delegate IEnumerable<string> EnumerateRootEntriesHandler(SearchIndexer.Root root);
Parameters
| Type | Name | Description |
|---|---|---|
| SearchIndexer.Root | root |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.String> |