VisitNewObjectExpression(INewObjectExpression)
Visits an expression of type INewObjectExpression and, recursively, all children elements.
Declaration
public virtual object VisitNewObjectExpression(INewObjectExpression expression)Parameters
| Type | Name | Description |
|---|---|---|
| INewObjectExpression | expression | The element to be visited. |
Returns
| Type | Description |
|---|---|
| object |
|