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> Returns a list containing elements satisfying selection rules.

説明

Convenience method. shorthand for Build().ToList.


public void ToList (List<T> results);

パラメーター

results Adds all elements satisfying selection rules to the list.

説明

Convenience method. Shorthand gor Build().ToList().