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

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -