Version: 2021.1
언어: 한국어
public Func<SearchContext,List<SearchItem>,SearchProvider,object> fetchItems ;

설명

MANDATORY: Handler to get items for a given search context. The return value is an object that can be of type IEnumerable or IEnumerator. The enumeration of those objects should return SearchItems.