What is the max LINQ Expression Trees can do?
Posted
by yeeen
on Stack Overflow
See other posts from Stack Overflow
or by yeeen
Published on 2009-09-16T03:06:25Z
Indexed on
2010/05/13
15:14 UTC
Read the original article
Hit count: 214
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...
© Stack Overflow or respective owner