File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Orm/Xtensive.Orm/Core/Extensions Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public static bool IsNull(this Expression expression)
71
71
/// <returns>Body of <paramref name="lambdaExpression"/> with lambda's parameters replaced
72
72
/// with corresponding expression from <paramref name="parameters"/></returns>
73
73
/// <exception cref="InvalidOperationException">Something went wrong :(.</exception>
74
- public static Expression BindParameters ( this LambdaExpression lambdaExpression , params Expression [ ] parameters )
74
+ public static Expression BindParameters ( this LambdaExpression lambdaExpression , params ReadOnlySpan < Expression > parameters )
75
75
{
76
76
var lambdaExpressionParameters = lambdaExpression . Parameters ;
77
77
var lambdaExpressionParametersCount = lambdaExpressionParameters . Count ;
You can’t perform that action at this time.
0 commit comments