次の方法で共有


IExpressionSearch.FindObjects<T>(Expression) メソッド

定義

Xamarin.Forms プラットフォームによる内部使用向け。

public System.Collections.Generic.List<T> FindObjects<T>(System.Linq.Expressions.Expression expression) where T : class;
abstract member FindObjects : System.Linq.Expressions.Expression -> System.Collections.Generic.List<'T (requires 'T : null)> (requires 'T : null)

型パラメーター

T

Xamarin.Forms プラットフォームによる内部使用向け。

パラメーター

expression
System.Linq.Expressions.Expression

Xamarin.Forms プラットフォームによる内部使用向け。

戻り値

System.Collections.Generic.List<T>

Xamarin.Forms プラットフォームによる内部使用向け。

適用対象