c# - Expression trees for code which doesn't type check -


It is possible to create NXT tree with code in NATT 3.5, such as

  Expression Expr = () => (True + new object ())  

? It seems impossible, "", but I'm missing something.

Obviously, such a tree can be made manually.

No it is not clear that such a tree can be made manually. The tree that is being represented is typed, because it is being constructed. As such, what you ask is not possible and the answer is no.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -