开发者

Built-in precedence for Expression Trees?

I'm unable to find the .NET FCL built-in concept of precedence to leverage while constructing Expression Trees. Ref System.Linq.Expressions Namespace. Is this something that must be handled manually in code, or is it somehow implicit and I'm not recognizing it, maybe through helper methods or classes?

I want to apply i开发者_运维技巧t to math operations to ensure 3 + 5 * 10 results in 53 instead of 80.


The whole point of representing code as a tree is that the precedence is encoded in the tree structure itself, so that you do not need to care about it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜