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



ne
argExpressions
Visit the NewExpression - the base implementation simply returns the expression passed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function VisitNew( _
   ByVal ne As NewExpression, _
   ByVal argExpressions As IEnumerable(Of Expression) _
) As Expression
Visual Basic (Usage)Copy Code
Dim instance As ExpressionVisitor
Dim ne As NewExpression
Dim argExpressions As IEnumerable(Of Expression)
Dim value As Expression
 
value = instance.VisitNew(ne, argExpressions)
C# 
protected virtual Expression VisitNew( 
   NewExpression ne,
   IEnumerable<Expression> argExpressions
)
C++/CLI 
protected:
virtual Expression^ VisitNew( 
   NewExpression^ ne,
   IEnumerable<Expression^>^ argExpressions
) 

Parameters

ne
argExpressions

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.