Visual Basic (Declaration) | |
---|---|
Public Class ExpressionVisitor |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ExpressionVisitor |
C# | |
---|---|
public class ExpressionVisitor |
C++/CLI | |
---|---|
public ref class ExpressionVisitor |
This class simply walks an System.Linq.Expressions.Expression tree without modifying it, but can be used as the base class for more complex visitors. You can also use the static GetLog method to return a string representation of an Expression tree for debugging purposes.
System.Object
IdeaBlade.Linq.ExpressionVisitor
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family