Version: 2022.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.