Version: 2022.3
언어: 한국어
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.