Version: 2020.1
言語: 日本語
public List<T> ToList ();

戻り値

List<T> 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().