IdeaBlade DevForce 2010 Help Reference
ExpressionVisitor Class
Members  See Also  Send Feedback
IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : ExpressionVisitor Class



Base expression visitor implementation.

Syntax

Visual Basic (Declaration) 
Public Class ExpressionVisitor 
Visual Basic (Usage)Copy Code
Dim instance As ExpressionVisitor
C# 
public class ExpressionVisitor 
C++/CLI 
public ref class ExpressionVisitor 

Remarks

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.

Inheritance Hierarchy

System.Object
   IdeaBlade.Linq.ExpressionVisitor

Requirements

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

See Also

© 2013 All Rights Reserved.