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

UQuery.QueryState<T0>.ToList

マニュアルに切り替える
public List<T> ToList ();

戻り値

List<T> Returns a list containing elements satisfying selection rules.

説明

Returns a list containing elements satisfying selection rules.


public void ToList (List<T> results);

パラメーター

resultsAdds all elements satisfying selection rules to the list.

説明

Adds all elements satisfying selection rules to the list.