Select<TResult>(Func<SearchItem, TResult>)
Enumerate search items and transform them while they are being fetched.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
Select<T>(Func<SearchItem, T>)
IEnumerable<TResult> Select<TResult>(Func<SearchItem, TResult> selector)
Parameters
Function used to select what gets returned in the new enumerable list.
Returns
Type | Description |
|---|---|
| IEnumerable<T> | New enumerable list. |