Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2016-09-02 14:44:12 +0300
committerStephen Toub <stoub@microsoft.com>2016-09-02 14:44:12 +0300
commit7a15e76a0edd0d5700ae9b4e387bca81dd754285 (patch)
treee67385da40d2292517c376ac6124beb95356a0c1 /pkg/descriptions.json
parentd6b6179a5cbb48d8b7c35601620e296d6c115f73 (diff)
Update package description for System.Linq.Expressions
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json11
1 files changed, 3 insertions, 8 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 5f1437cf97..b0a260d55a 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -781,16 +781,11 @@
"Name": "System.Linq.Expressions",
"Description": "Provides classes, interfaces and enumerations that enable language-level code expressions to be represented as objects in the form of expression trees.",
"CommonTypes": [
- "System.Linq.Expressions.Expression<TDelegate>",
- "System.Linq.Expressions.Expression",
- "System.Linq.Expressions.MemberExpression",
- "System.Linq.Expressions.ExpressionVisitor",
- "System.Linq.Expressions.MethodCallExpression",
"System.Linq.IQueryable<T>",
"System.Linq.IQueryable",
- "System.Linq.Expressions.NewExpression",
- "System.Linq.Expressions.ParameterExpression",
- "System.Linq.Expressions.ConstantExpression"
+ "System.Linq.Expressions.Expression<TDelegate>",
+ "System.Linq.Expressions.Expression",
+ "System.Linq.Expressions.ExpressionVisitor"
]
},
{