Method BuildSelector
BuildSelector(Expression)
Returns the expression that maps the array or collection into a managed array.
protected override Expression BuildSelector(Expression expression)
Parameters
expression
ExpressionThe input parameter to the selector.
Returns
- Expression
The Expression that maps the input parameter to the selector result.