Share via


PredicateBuilder.InImpl<T,TProperty> Method

Definition

public:
generic <typename T, typename TProperty>
 static System::Linq::Expressions::Expression<Func<T, bool> ^> ^ InImpl(System::Reflection::PropertyInfo ^ property, System::Collections::Generic::IEnumerable<TProperty> ^ values);
public static System.Linq.Expressions.Expression<Func<T,bool>> InImpl<T,TProperty> (System.Reflection.PropertyInfo property, System.Collections.Generic.IEnumerable<TProperty> values);
static member InImpl : System.Reflection.PropertyInfo * seq<'Property> -> System.Linq.Expressions.Expression<Func<'T, bool>>
Public Shared Function InImpl(Of T, TProperty) (property As PropertyInfo, values As IEnumerable(Of TProperty)) As Expression(Of Func(Of T, Boolean))

Type Parameters

T
TProperty

Parameters

property
PropertyInfo
values
IEnumerable<TProperty>

Returns

Applies to