C# expression tree


Topic | v1 | created by jjones |
Description

Expression trees represent code in a tree-like data structure, where each node is an expression, for example, a method call or a binary operation such as x < y.


Relations

subtopic of C#

C# (pronounced see sharp, like the musical note C♯, but written with the number sign) is a general-pu...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

treated in Working with Expression Trees in C#

10.0 rating 4.0 level 10.0 clarity 8.0 background – 1 rating

In this article I will give an overview of what expression trees are and how to work with them, as we...