DynamicMetaObjectBinder::GetUpdateExpression Method (Type^)

 

Gets an expression that will cause the binding to be updated. It indicates that the expression's binding is no longer valid. This is typically used when the "version" of a dynamic object has changed.

Namespace:   System.Dynamic
Assembly:  System.Core (in System.Core.dll)

public:
Expression^ GetUpdateExpression(
	Type^ type
)

Parameters

type
Type: System::Type^

The Type property of the resulting expression; any type is allowed.

Return Value

Type: System.Linq.Expressions::Expression^

The update expression.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: