Version: 2017.3
Experimental: this API is experimental and might be changed or removed in the future.

UQuery.QueryBuilder<T0>.ToList

切换到手册
public List<T> ToList ();

返回

List<T> 返回一个列表,其中包含满足选择规则的元素。

描述

方便方法,是 Build().ToList 的简便方法。


public void ToList (List<T> results);

参数

results 将满足选择规则的所有元素都添加到此列表中。

描述

方便方法。是 Build().ToList() 的简便方法。