C# expression tree


Topic history | v1 (current) | created by jjones

Details

C# expression tree

| created by jjones | Add topic "C# expression tree"
Title
C# expression tree
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.
Link
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/expression-trees/

resources

treated in Working with Expression Trees in C#
v1 | attached by jjones | Add topic "C# expression tree"

authors

This topic has no history of related authors.

topics

subtopic of C#
v1 | attached by jjones | Add topic "C# expression tree"