BindingRestrictions.GetTypeRestriction Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates the binding restriction that check the expression for runtime type identity.
Namespace: System.Dynamic
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public Shared Function GetTypeRestriction ( _
expression As Expression, _
type As Type _
) As BindingRestrictions
public static BindingRestrictions GetTypeRestriction(
Expression expression,
Type type
)
Parameters
- expression
Type: System.Linq.Expressions.Expression
The expression to test.
- type
Type: System.Type
The exact type to test.
Return Value
Type: System.Dynamic.BindingRestrictions
The new binding restrictions.
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.