UrlExpressionVisitor.VisitNew Method (NewExpression)

 

Visits new object expression like new DateTime().

Namespace:   Microsoft.WindowsAzure.Common.OData
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

protected virtual Expression VisitNew(
	NewExpression node
)

Parameters

node
Type: System.Linq.Expressions.NewExpression

Node to visit.

Return Value

Type: System.Linq.Expressions.Expression

Original node.

Return to top
Show: