dotnet / dotnet/dotnet-api-docs

`Expression<TDelegate>` class is not `sealed`

Open
#8,614 1 comment 0 reactions 0 assignees View on GitHub
area-System.Linq.Expressions Pri3 untriaged
Dominant language
C#
Stars
949
Forks
1.7k
Avg merge
3d 27m
Merged PRs (30d)
49

Description

Looking into [`System.Linq.Expressions.Expression`](https://github.com/dotnet/runtime/blob/8ace7540515483a9bd39a735323aa5a7632dc600/src/libraries/System.Linq.Expressions/src/System/Linq/Expressions/LambdaExpression.cs#L384) declaration, not `sealed` modifier is found.

But `Expression Class` stated opposite:

- https://learn.microsoft.com/en-us/dotnet/api/system.linq.expressions.expression-1?view=net-6.0
- https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Linq.Expressions/Expression%601.xml

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.