Version: 2021.1
public IEnumerable<TResult> Select (Func<SearchItem,TResult> selector);

参数

selector Function used to select what gets returned in the new enumerable list.

返回

IEnumerable<TResult> New enumerable list.

描述

Enumerate search items and transform them while they are being fetched.