BindingRestrictions.GetExpressionRestriction Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates the binding restriction that checks the expression for arbitrary immutable properties.
Namespace: System.Dynamic
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public Shared Function GetExpressionRestriction ( _
expression As Expression _
) As BindingRestrictions
public static BindingRestrictions GetExpressionRestriction(
Expression expression
)
Parameters
- expression
Type: System.Linq.Expressions.Expression
The expression representing the restrictions.
Return Value
Type: System.Dynamic.BindingRestrictions
The new binding restrictions.
Remarks
By convention, the general restrictions created by this method must only test immutable object properties.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.