What is the max LINQ Expression Trees can do?
- by yeeen
What is the maximun that LINQ expression Tree can do?
Can it define a class?
How about a method, with all the declared name, modifiers, parametertype and return type?
Must the program always define the tree himself? Is it possible to generate the tree from a given C# file?
Where can I get resources to learn about writing basic to advanced Expression Tree and Expression Tree Visitor? (articles and videos will be great)
Thanks for those who are able to help...