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 -

sql server - python to mssql encoding problem -

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