| GenericExpressionVisitorVisitNewArrayExpression Method  | 
 
            Visits the new array expression.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected virtual Expression VisitNewArrayExpression(
	NewArrayExpression expressionToVisit
)
Protected Overridable Function VisitNewArrayExpression ( 
	expressionToVisit As NewArrayExpression
) As Expression
Parameters
- expressionToVisit
 - Type: System.Linq.ExpressionsNewArrayExpression
The expression to visit. 
Return Value
Type: 
Expressionthe visited expression
See Also