|
|
@@ -1,6 +1,7 @@
|
|
|
// Licensed to the .NET Foundation under one or more agreements.
|
|
|
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
|
|
|
// See the LICENSE file in the project root for more information.
|
|
|
+
|
|
|
using System.Linq.Expressions;
|
|
|
using System.Threading;
|
|
|
using System.Threading.Tasks;
|
|
|
@@ -29,4 +30,4 @@ namespace System.Linq
|
|
|
/// <returns>Task representing the result of evaluating the specified expression tree.</returns>
|
|
|
Task<TResult> ExecuteAsync<TResult>(Expression expression, CancellationToken token);
|
|
|
}
|
|
|
-}
|
|
|
+}
|