IExpressionSearch.FindObjects<T>(Expression) Method

Definition

For internal use by the Xamarin.Forms platform.

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)

Type Parameters

T

For internal use by the Xamarin.Forms platform.

Parameters

expression
System.Linq.Expressions.Expression

For internal use by the Xamarin.Forms platform.

Returns

System.Collections.Generic.List<T>

For internal use by the Xamarin.Forms platform.

Applies to