Update Method
Collapse the table of content
Expand the table of content

DynamicExpression.Update Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Compares the value sent to the parameter, arguments, to the Arguments property of the current instance of DynamicExpression. If the values of the parameter and the property are equal, the current instance is returned. If they are not equal, a new DynamicExpression instance is returned that is identical to the current instance except that the Arguments property is set to the value of parameter arguments.

Namespace:  System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Function Update ( _
	arguments As IEnumerable(Of Expression) _
) As DynamicExpression

Parameters

arguments
Type: System.Collections.Generic.IEnumerable(Of Expression)
The Arguments property of the result.

Return Value

Type: System.Linq.Expressions.DynamicExpression
This expression if no children are changed or an expression with the updated children.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft