c# - Traversing Expression tree -


is there possibility traverse expression instance in .net?

i mean: have expression/expresstion> instance generated in external code. there possibility see in there ?

yes.

the easiest option inherit expressionvisitor class.
.net 3.5 version available.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -